@extends('layouts.app') @section('content')

Crear Nuevo Gasto

@csrf @method('PUT') @include('gasto.form', ['gasto' => $gasto, 'submitButtonText' => 'Guardar Gasto'])
@endsection @push('javascript') @endpush