@if($acc == "list" ) @section('header') @stop @include('layouts.breadcumb')
@if(\Auth::user()->role_id != 5)
@endif
@if(\Auth::user()->role_id != 5) @endif @if(\Auth::user()->role_id != 5) @endif @foreach( $saldos as $saldo ) @if(\Auth::user()->role_id != 5) @endif @endforeach
ORDEN EMBARCADOR VALOR SOLICITADO VALOR DESPACHADO VALOR SALDO DETALLE
{{ strtoupper($saldo->chip_marc)}}{{$saldo->numero}}
{{$saldo->nombre}}
¥{{ number_format($saldo->total_cajas,2)}}
¥{{ number_format($saldo->total_dsp,2)}}
¥{{ number_format($saldo->total_cajas-$saldo->total_dsp,2)}}
@if(\Auth::user()->role_id != 5) @endif
@section('footer') @stop @endif