{!!Form::vertical_open() ->id('form-create') ->method('POST') ->files('true') ->action(guard_url('subcategory/subcategory'))!!}

{{__('New')}} Subcategory

{{__('Cancel')}}
@include('notifications') @include('subcategory::subcategory.entry', ['mode' => 'create']) {!! Form::close() !!}