@extends('admin.layouts.master') @section('title','Create a new childcategory') @section('breadcum') @component('components.breadcumb',['secondaryactive' => 'active']) @slot('heading') {{ __('Childcategory') }} @endslot @slot('menu1') {{ __('Childcategory') }} @endslot @slot('button')
Back
@endslot @endcomponent @if ($errors->any())
@endif
{{ __('adminstaticword.Add') }} {{ __('Childcategory') }}
{{ csrf_field() }}





@include('admin.category.childcategory.child') @endsection @section('scripts') @endsection