• {{ $notifications->count() }}
    Central de Alertas
    @foreach ($notifications->take(7) as $notification)
    {{ $notification->created_at->format('d/m/Y H:i') }}
    {{ $notification->message }}
    @endforeach Mostrar todos os Alertas
  • {{ __('Logout') }}
    @csrf