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

Edit General Expense

@csrf @method('PUT') @include('general_expenses._form')
@endsection