Gestión de Gastos

@if($this->tienePermiso('crear')) @endif
@if(session()->has('success'))
{{ session('success') }}
@endif @if(session()->has('error'))
{{ session('error') }}
@endif @foreach($gastos as $gasto) @endforeach
Valor Estado Responsable Acciones
${{ number_format($gasto->valor, 2) }} {{ $gasto->estado }} {{ $gasto->responsable }} @if($this->tienePermiso('editar')) @endif @if($this->tienePermiso('eliminar')) @endif
{{ $gastos->links() }} @if($modalVisible) @endif @push('scripts') @endpush