@include('components.layouts.partials.navbar')
    {{--
  • --}}
  • {{-- User Image --}} {{ Auth::user()->name}} {{--
    • User Image

      Alexander Pierce - Web Developer Member since Nov. 2012

    • Cerrar Sesión
    --}}
  • {{--
  • 3
    User Avatar

    Brad Diesel

    Call me whenever you can...

    4 Hours Ago

    User Avatar

    John Pierce

    I got your message bro

    4 Hours Ago

    User Avatar

    Nora Silvester

    The subject goes here

    4 Hours Ago

    See All Messages
  • --}}
  • @if(Auth::user()->unreadNotifications->count() > 0) {{Auth::user()->unreadNotifications->count()}} @else 0 @endif
    {{Auth::user()->unreadNotifications->count()}} @if(Auth::user()->unreadNotifications->count() > 0) Notificaciones @else Notificación @endif
    @foreach(Auth::user()->unreadNotifications as $notification)
    {{$notification->data['title']}}
    {{$notification->created_at->diffForHumans()}}
    @endforeach
    Ver todas las notificaciones
  • {{--
  • --}}