• @if (count(auth()->user()->unreadNotifications)) {{ count(auth()->user()->unreadNotifications) }} @endif
    Tus notificaciones
    Notificaciones no leidas
    @forelse (auth()->user()->unreadNotifications as $notification) {{ $notification->data['activity'] }} {{ $notification->created_at->diffForHumans() }} @empty Sin notificaciones por leer @endforelse
    Notificaciones leidas
    @forelse (auth()->user()->readNotifications as $notification) {{ $notification->data['activity'] }} {{ $notification->created_at->diffForHumans() }} @empty Sin notificaciones leidas @endforelse
    Marcar leidas
{{-- {{ __('Profile') }}
@csrf {{ __('Log Out') }}
--}}
{{ __('Profile') }}
@csrf
{{ __('Dashboard') }}
  • @if (count(auth()->user()->unreadNotifications)) {{ count(auth()->user()->unreadNotifications) }} @endif
    Tus notificaciones
    Notificaciones no leidas
    @forelse (auth()->user()->unreadNotifications as $notification) {{ $notification->data['activity'] }} {{ $notification->created_at->diffForHumans() }} @empty Sin notificaciones por leer @endforelse
    Notificaciones leidas
    @forelse (auth()->user()->readNotifications as $notification) {{ $notification->data['activity'] }} {{ $notification->created_at->diffForHumans() }} @empty Sin notificaciones leidas @endforelse
    Marcar leidas
{{ Auth::user()->name }}
{{ Auth::user()->email }}
{{ __('Profile') }}
@csrf {{ __('Log Out') }}