@forelse ($notifications as $item) @php $avatar = Util::linkFile('pas-photo', $item->user->pas_photo); @endphp
{{ $item->user->name }} {{ date('d F Y H:i', strtotime($item->created_at)) }}
{{ $item->title }} {{ $item->message }} @empty @include('components.empty.empty-state') @endforelse