# |
Descripción |
Costo |
Fecha |
Acciones |
@forelse ($data as $item)
{{ $item->id }} |
{{ $item->descripcion }} |
$ {{ $item->costo }} |
{{ $item->created_at }} |
|
@empty
No hay información |
@endforelse
Actualizar
@include('livewire.Gasto.update')
Guardar
@include('livewire.Gasto.create')