@forelse($boletas as $boleta)
| {{ $boleta->id }} |
{{ $boleta->anio->anio }}
|
{{ $boleta->mes_nombre }}
|
{{ $boleta->tipoBoleta->nombre }}
|
|
{{ $boleta->created_at->format('d/m/Y H:i') }}
|
|
@empty
|
No se encontraron boletas con los filtros seleccionados
|
@endforelse