@include('_layouts.breadcumb')

{{ $breadcumb->nombre }}


Fecha


@if( Input::get('fecha_rango') ) @foreach( $devoluciones as $devolucion ) @endforeach @endif
... Vendedor... Cliente... Producto... Unidad... Cantidad... Fecha...
Factura No. VENDEDOR CLIENTE PRODUCTO UNIDAD CANTIDAD FECHA
{{ $devolucion->factura_uid }} {{ $devolucion->nombre }} {{ $devolucion->razon_social }} {{ $devolucion->descripcion }} {{ $devolucion->unidad }} {{ $devolucion->cantidad }} {{ $fecha = date( "d/m/Y", strtotime($devolucion->created_at)); }}
@section('footer') @stop