REPORTE DE COMPRAS

RUC : {{ $business->ruc }}
EMPRESA : {{ $business->nombre_comercial }}
CANTIDAD DE COMPRAS : {{ $quantity }}
@forelse ($expenses as $item) @php $total += $item->monto; @endphp @empty @endforelse
Usuario Fecha Descripción Detalle Total
{{ $item->usuario }} {{ date('d-m-Y', strtotime($item->fecha_emision)) }} {{ $item->gasto }} {{ $item->detalle }} {{ $item->monto }}
Total S/   {{ number_format($total, 2, ".", "") }}