{{ trans('app.create') }} attachments

{{ trans('app.add') }} attachments here...

{!!Form::vertical_open() ->id('create-file_repository-attachments') ->method('POST') ->files('true') ->class('dashboard-form') ->action(trans_url(get_guard('url').'/file_repository/attachments'))!!}
@include('public::notifications') @include('file_repository::user.attachments.partial.entry')
{!! Form::close() !!}