@extends('adminlte::page') @section('title', 'CAMINOS - Inconcert') @section('content_header') @stop @section('content')
Facturación Mostrador
{{--
--}}
@foreach ($ventas as $ot) @endforeach
CodBodega Pedido Prefijo Factura Placa Vehículo Marca Tipo Vehículo VIN Cliente Mano de Obra TOT Repuestos Descuento Deducible Asesor Fecha Factura Estado Factura Tipo Cliente
{{ $ot->codBodega }} @if ($ot->numPedido) {{ $ot->codBodPedido }}-{{ $ot->numPedido ?? 'Sin Pedido' }} @else Sin Pedido @endif {{ $ot->prefijo }} {{ $ot->prefijo }}-{{ $ot->numFactura }} {{ $ot->placa }} {{ $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) }} {{ ucwords(strtolower($ot->vendedor)) }} {{ $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