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


(Choose status for your post)


(Choose status for your post)
@can('subcategory.create') @endcan @can('category.create') @endcan @endsection