@include('layouts.breadcumb') @section('header') @parent @stop
@foreach($totales as $total) @endforeach
NUMERO DETALLE FECHA COMPRADOR NOTA IMPORTE SUBTOTAL GASTOS
TOTALES: ${{number_format( $total->importe)}} ${{number_format($total->subtotal)}} ${{number_format($total->gastos)}}
@section('footer') @include('layouts.gallery') @stop