@include('admin.layouts.navbar')
Notifications
Your Notification is here......
{{-- @dd($unread) --}} @forelse (Auth::user()->notifications as $notification) @php $type = App\UserType::find($notification->data['type']); @endphp @empty

You dont have any any notifications.

@endforelse
@include('coach.layouts.footer')