@if($acc == "list" ) @include('layouts.breadcumb') @section('header') @endsection
Factura

@if( Input::get('factura') )

Informe de Guia

@foreach($facturas as $factura) @if($factura->Unidades <> '') @else @endif @if($factura->Peso <> '') @else @endif @if($factura->Lio_L <> '') @else @endif @if($factura->Lio_C <> '') @else @endif @if($factura->Rollos <> '') @else @endif @if($factura->Sacos <> '') @else @endif @if($factura->Cartones_FAC <> '') @else @endif @if($factura->Cajas <> '') @else @endif @if($factura->Kilos <> '') @else @endif @if($factura->Flete <> '') @elseif($factura->ValorFlete <> '') @endif @if($factura->Valor_Neto <> '') @elseif($factura->ValorFactura <> '') @endif @endforeach
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}}{{$factura->Unidades}}N/A{{$factura->Peso}}N/A{{$factura->Lio_L}}N/A{{$factura->Lio_C}}N/A{{$factura->Rollos}}N/A{{$factura->Sacos}}N/A{{$factura->Cartones_FAC}}N/A{{$factura->Cajas}}N/A{{$factura->Kilos}}N/A{{$factura->Flete}}${{number_format($factura->ValorFlete)}}{{$factura->Valor_Neto}}${{number_format($factura->ValorFactura)}}{{$factura->Direccion}} {{$factura->Telefono}}
@endif
@section('footer') @stop @endif