@extends('admin.layouts.master-soyuz') @section('title',__('Create a Subcategory |')) @section('body') @include('admin.layouts.topbar',$data)
@if ($errors->any()) @endif
{{ __('Create a Subcategory') }}
{{csrf_field()}}
@can('category.create') @endcan



({{__("If enabled than Subcategory will be featured")}})


({{__("Please Choose Status")}})
@can('category.create')
@endcan @endsection @section('custom-script') @endsection