@php $fecha_inicio = $fecha_inicio ?? ''; $fecha_termino = $fecha_termino ?? ''; $total = $total ?? 0; $audiencias = $audiencias ?? collect(); @endphp
(*) El listado corresponde a todas las audiencias publicadas en todas las instituciones
| Folio | Sujeto pasivo | Institución | Motivo | Fecha ingreso | Estado Audiencia | Fecha agendada | Forma | Lugar |
|---|---|---|---|---|---|---|---|---|
| {{$aud->codigo}} | {{$aud->nombres.' '.$aud->apellidos}} | {{ (!is_null($aud->nombre))? $aud->nombre : '-'}} | {{$aud->referencia}} | {{ (!is_null($aud->created_at))? date('d-m-Y',strtotime($aud->created_at)) : '-'}} | {{strtoupper($aud->estado)}} | - | - | {{strtoupper($aud->lugar) ? strtoupper($aud->lugar): '-'}} |