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