@if ($notifications->total())
{{ trans('general.export') }}
@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
@push('body_js') @endpush @endif