@extends('adminlte::page') @section('content_header')
| Nro | Gerencia | Tipo de Falla | Falla | Atendido | Observación | Fecha | Hora | Acción |
|---|---|---|---|---|---|---|---|---|
| {{ $contador++ }} | {{ $soporte->gerencia ?? 'N/A' }} | {{ $soporte->tipofalla ?? 'N/A' }} | {{ $soporte->falla ?? 'N/A' }} | {{ $soporte->atendido ?? 'N/A' }} | {{ $soporte->observacion ?? 'N/A' }} | {{ $soporte->fecha ? \Carbon\Carbon::parse($soporte->fecha)->format('d/m/Y') : 'N/A' }} | {{ $soporte->created_at ? $soporte->created_at->format('h:i A') : 'N/A' }} |