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

Create Recurring Expense

@csrf
Basic Details
@error('profile_name')
{{ $message }}
@enderror
@error('expense_category_id')
{{ $message }}
@enderror
{{ getCurrencySymbol() }}
@error('amount')
{{ $message }}
@enderror
Schedule Settings
Payment Details

You are creating a recurring expense profile. A new expense record will be generated automatically on each run date.

Cancel
@endsection