ID @if ($sort == 'id') @if ($direction == 'desc') @else @endif @else @endif | USUARIO @if ($sort == 'usuario_id') @if ($direction == 'desc') @else @endif @else @endif | ESTADO | FECHA INICIO | FECHA FIN | DIAS | OPTION |
---|---|---|---|---|---|---|
{{ $item->id }} | {{ $item->names->name ?? '' }} | {{ $item->estado }} | {{ $item->fecha_inicio }} | {{ $item->fecha_fin }} | {{ $item->dias}} |
|