Notifications

@forelse($notifications as $notifications)

{!! $notifications['name'] !!}



{!! $notifications['message_id'] !!}

{!! $notifications['title'] !!}

{!! $notifications['message'] !!}
@empty

Your search for '{{Request::get('search')}}' returned empty result.

@endif {{$file_repositories->render()}}
@include('file_repository::public.notifications.aside')