@include('layouts.breadcumb') @section('header') @stop
@if( \Auth::user()->role_id == 3 || \Auth::user()->role_id == 1 )
@endif @if( \Auth::user()->role_id == 3 || \Auth::user()->role_id == 1 || \Auth::user()->role_id == 5 )
@endif @if( \Auth::user()->role_id == 3 || \Auth::user()->role_id == 1 || \Auth::user()->role_id == 2 )
@endif
@if(Input::get('fecha_rango') )
@foreach( $pagos as $pago ) @endforeach
CONTRATO FECHA ABONO PROVEEDOR COMPRADOR EMBARCADOR CUENTA ABONO
{{ $pago->contrato }} {{ substr($pago->abn_fecha,0,10) }} {{ $pago->proveedor }} {{ $pago->comprador }} {{ $pago->embarcador }} {{ $pago->cue_nombre }} ¥{{ number_format($pago->abn_monto,2) }}
TOTAL ABONOS REGISTRADOS ¥{{ number_format($tot_abono,2) }}
@endif
@section('footer') @stop