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

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