@if ($notifications->total())
@if (empty($notification->message)) {!! trans('notifications.messages.export', [ 'type' => $notification->translation, 'file_name' => $notification->file_name, 'url' => $notification->download_url ]) !!} @else {!! $notification->message !!} @endif |