@extends('admin.layout.main') @section('content')

Notification

Add Notification
@foreach($notifications as $notification) @endforeach
ID User Title Content
{{ $notification->id }} {{ $notification->user->name ?? '' }} {{ $notification->title }} {{ $notification->content }}
@endsection @section('scripts') @endsection