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

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