@include('pdf.styles')
@include('pdf.partials.header-pdf',['empresa' => $empresa,'title' => 'REPORTE DE EGRESOS DE DINERO'])Fecha | Usuario | DescripciĆ³n | Estado | Monto |
---|---|---|---|---|
{{ $item->fecha_registro }} | {{ $item->user->name }} | {{ $item->descripcion }} | {{ ($item->estado) ? 'Activo' : 'Inactivo' }} | {{ $item->monto }} |
No hay movimientos | ||||
Total de egreso: | {{ $totals->total_monto }} |