@extends('admin.layouts.master-soyuz') @section('title',__('Create a Category')) @section('body') @component('admin.component.breadcumb',['thirdactive' => 'active']) @slot('heading') {{ __('Home') }} @endslot @slot('menu1') {{ __("Category") }} @endslot @slot('menu2') {{ __("Category") }} @endslot @slot('button')
{{ __("Back") }}
@endslot @endcomponent
@if ($errors->any()) @endif
{{ __('Add') }} {{ __('Category') }}
{{csrf_field()}}
({{__('Please enter description')}})
{{ __('Browse') }}
({{__('Please Choose category image')}})


({{__('Please Choose Status')}})
@endsection @section('custom-script') @endsection