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

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

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