@include('livewire.issste.bajas.detalles-modal')
@if (session()->has('message'))
{!! html_entity_decode(session()->get('message')) !!}

@endif

ISSSTE :: Bajas

{{-- --}}

@foreach ($bajas as $baja) @php $status_paquete = "ENVIADO"; if (is_null($baja->fecha_enviado)) { $status_paquete = "NO ENVIADO"; } else $fecha_enviado = $alta->fecha_enviado; @endphp @endforeach
Año Paquete Status Fecha Envío Cantidad Empleados
{{ $baja->ano }} {{ $baja->id }} {{ $status_paquete }} {{ is_null($baja->fecha_enviado) ? "N/E" : date('d/m/Y', strtotime($fecha_enviado)) }} {{ $baja->bajas_count }}