@if($acc == "list" ) @include('layouts.breadcumb') @section('header') @endsection
| GUIA | FECHA | TRANSPORTADOR | FACTURA | CLIENTE | DEPARTAMENTO | CIUDAD | UNIDADES | PESO | LIOS LARGOS | LIOS CORTOS | ROLLOS | SACOS | CARTONES | CAJAS | KILOS | FLETE | VALOR NETO | DIRECCION | TELEFONO | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{$factura->Guia}} | {{ date( "d/m/Y", strtotime($factura->Fecha)) }} | {{$factura->Transportador}} | {{$factura->Nro_FAC}} | {{$factura->Cliente}} | {{$factura->Departamento}} | {{$factura->Ciudad}} | @if($factura->Unidades <> ''){{$factura->Unidades}} | @elseN/A | @endif @if($factura->Peso <> ''){{$factura->Peso}} | @elseN/A | @endif @if($factura->Lio_L <> ''){{$factura->Lio_L}} | @elseN/A | @endif @if($factura->Lio_C <> ''){{$factura->Lio_C}} | @elseN/A | @endif @if($factura->Rollos <> ''){{$factura->Rollos}} | @elseN/A | @endif @if($factura->Sacos <> ''){{$factura->Sacos}} | @elseN/A | @endif @if($factura->Cartones_FAC <> ''){{$factura->Cartones_FAC}} | @elseN/A | @endif @if($factura->Cajas <> ''){{$factura->Cajas}} | @elseN/A | @endif @if($factura->Kilos <> ''){{$factura->Kilos}} | @elseN/A | @endif @if($factura->Flete <> ''){{$factura->Flete}} | @elseif($factura->ValorFlete <> '')${{number_format($factura->ValorFlete)}} | @endif @if($factura->Valor_Neto <> ''){{$factura->Valor_Neto}} | @elseif($factura->ValorFactura <> '')${{number_format($factura->ValorFactura)}} | @endif{{$factura->Direccion}} | {{$factura->Telefono}} |