{!!Form::vertical_open() ->id('edit-file_repository-attachments') ->method('PUT') ->files('true') ->class('dashboard-form') ->action(trans_url(get_guard('url').'/file_repository/attachments') .'/'.$attachments->getRouteKey())!!}

Update Attachments

Last updated on {{format_date($attachments['updated_at'])}}

@include('public::notifications') @include('file_repository::user.attachments.partial.entry')
{!! Form::close() !!}