Early Warning

@foreach ($notifications as $notification)

{{ $notification['title'] }}

{!! $notification['description'] !!}
@if ($notification->file->isNotEmpty()) @foreach ($notification->file as $file) Download PDF @endforeach @endif
{{ \Carbon\Carbon::parse($notification['created_at'])->format('d M Y \a\t h:i A') }}
@endforeach