@extends('admin.layouts.master-soyuz') @section('title',__('Create a Child Category')) @section('body') @include('admin.layouts.topbar',$data)
@if ($errors->any()) @endif
{{__("Add Child Category")}}
{{csrf_field()}}
{{$errors->first('parent_id')}} ({{ __('Please Choose Parent Category') }})
@can('category.create') @endcan
({{__('Please Choose Subcategory')}})
@can('subcategory.create') @endcan
({{ __('Please Enter Child Category Name') }})

({{__("Please Enter Description")}})


({{__("Choose status for your post")}})


({{__("Choose status for your post")}})
@can('subcategory.create') @endcan @can('category.create') @endcan @endsection @section('custom-script') @endsection