@extends('admin.layouts.master-soyuz') @section('title','Create a SubCategory') @section('body') @component('admin.component.breadcumb',['thirdactive' => 'active']) @slot('heading') {{ __('Home') }} @endslot @slot('menu1') {{ __("SubCategory") }} @endslot @slot('menu2') {{ __("SubCategory") }} @endslot @slot('button')
Back
@endslot @endcomponent
@if ($errors->any()) @endif
{{ __('Add') }} {{ __('SubCategory') }}
{{csrf_field()}}
(Please Choose Parent Category)
@can('category.create') @endcan
(Please Enter Description)
Upload
(Please Choose image)
{{ __('Max file size:') }} : {{__("200 kb")}}


(If enabled than Subcategory will be featured)


(Please Choose Status)
@can('category.create')
@endcan @endsection