{{--
--}} {{--
--}} @yield('css')
{{--
--}}
{{Auth::user()->unreadNotifications->count()}}
{{ Auth::user()->unreadNotifications->count()}} Notifications
@foreach(Auth::user()->unreadNotifications as $notification)
{!! $notification->data['title'] !!}
{{ $notification->created_at->diffForHumans()}}
@endforeach
See All Notifications
{{ Auth()->user()->name}}
Profile
Logout
{{ csrf_field() }}
@yield('content')
@yield('scripts')