{!! $title !!}

@if($notifications->isEmpty()) @else @foreach ($notifications as $notification) @endforeach @endif
No notifications at the moment.
{{ strip_tags($notification->notification_content) }}
{{ Carbon\Carbon::parse($notification->publish_date)->format('d/m/Y') }}
@if(!empty($notification->link)) View
@else View
@endif
{{-- Single delete modal --}} @section('javascript') @stop