{{ $ot->codBodega }} |
{{ $ot->codBodega }}-{{ $ot->numOrdTrabajo }} |
{{ $ot->prefijo }} |
{{ $ot->prefijo }}-{{ $ot->numFactura }} |
{{ $ot->area }} |
{{ $ot->placa }} |
{{ $ot->kilometraje }} |
{{ $ot->estilo }} |
{{ $ot->marca ?? '' }} |
{{ $ot->tipoVehiculo ?? '' }} |
{{ $ot->numeroSerie }} |
{{ $ot->cliente }} |
${{ number_format($ot->vrManObra, 0) }} |
${{ number_format($ot->vrTOT, 0) }} |
${{ number_format($ot->vrRepuestos, 0) }} |
${{ number_format($ot->vrDescuento, 0) }} |
${{ number_format($ot->vrDeducible, 0) }} |
{{ $ot->cant_sms_ot ?? 0 }} |
{{ $ot->cant_sms_fac ?? 0 }} |
{{ ucwords(strtolower($ot->vendedor)) }} |
{{ $ot->fechaEntrada->format('Y-m-d') }} |
{{ $ot->fechaTerminada->format('Y-m-d') }} |
{{ $ot->fechaEntrega ? $ot->fechaEntrega->format('Y-m-d') : '' }} |
{{ $ot->fecha }} |
{{ $ot->estadoFactura }} |
{{ $ot->codTipoCliente }} |
@endforeach