@if ($notifications->total())
@foreach ($notifications as $notification) @endforeach
@if (empty($notification->message)) {!! trans('notifications.messages.export', [ 'type' => $notification->translation, 'file_name' => $notification->file_name, 'url' => $notification->download_url ]) !!} @else {!! $notification->message !!} @endif
@if ($notifications->total() > 5) @endif @else
{{ trans('general.no_records') }}
@endif
@push('body_js') @endpush