@extends('layouts.admin') @section('title','Alertas') @section('content')

Lo importante, a tiempo.

Pedidos, pagos y reposición de stock.

@csrf
TodasSin leer
@forelse($alerts as $alert)
{{ $alert->title }}

{{ $alert->message }}

@if($alert->link)Ver detalle@endif
@if(!$alert->read_at)
@csrf
@endif
@empty

Todo al día.

No hay alertas para mostrar.

@endforelse
{{ $alerts->links() }}@endsection