@extends('adminlte::page') @section('title', 'Reporte de Gastos') @section('content_header')
| Venta | Tipo de Gasto | Descripción | Monto | Fecha | Observaciones | Acciones |
|---|---|---|---|---|---|---|
| {{ $gasto->venta->codigo_seguimiento ?? 'Venta #' . $gasto->venta->id }} | {{ explode(' ', $gasto->descripcion)[0] ?? 'Gasto' }} | {{ $gasto->descripcion }} | S/ {{ number_format($gasto->monto, 2) }} | {{ $gasto->fecha->format('d/m/Y') }} | {{ $gasto->observaciones ?? '-' }} | |
| No hay gastos que coincidan con los filtros seleccionados | ||||||