@extends('layouts.app') @section('title', 'Edit Recurring Expense') @section('content')

Edit Recurring Expense

@csrf @method('PUT')
Basic Details
@error('profile_name')
{{ $message }}
@enderror
@error('expense_category_id')
{{ $message }}
@enderror
{{ getCurrencySymbol() }}
@error('amount')
{{ $message }}
@enderror
Schedule Settings
Payment Details
auto_payment ? 'checked' : '' }}>

Updating this profile will affect all future generated expenses. Past records will remain unchanged.

Cancel
@endsection