@extends('layouts.admin') @section('content')

Notifications

Notification
@foreach($notifications as $notification) @endforeach
User Title Description Image Created Actions
{{ $notification->user->name?? 'N/A' }} {{ $notification->title }} {{ $notification->description }} @if($notification->image) @endif {{ $notification->created_at->format('d M Y') }}
@endsection @section('script') @endsection