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

{{__('New')}} Category

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