@extends('adminlte::page') @section('title', 'CAMINOS - Inconcert') @section('content_header') @stop @section('content')
Facturación
{{--
--}}
@foreach ($ots as $ot) @endforeach
CodBodega OT Prefijo Factura Área Placa Kilometraje Vehículo Marca Tipo Vehículo VIN Cliente Mano de Obra TOT Repuestos Descuento Deducible SMS Enviados SMS Facturados Asesor Recepción Terminada Entrega Fecha Factura Estado Factura Tipo Cliente
{{ $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 }}
@include('layouts.cliente.create') @include('layouts.vehiculo.create') @include('layouts.vehiculo.search') @include('layouts.facturas.search') @stop @section('css') @stop @section('plugins.Chartjs', true) @section('js') @stop