{!!__('Create')!!} {!! trans('category::category.name') !!}

{!!Form::vertical_open() ->id('form-create') ->method('POST') ->files('true') ->action(guard_url('category/category'))!!} @include('category::category.partial.entry', ['mode' => 'create']) {!! Form::close() !!}