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

Create Recurring Bill

@csrf
Item Details Quantity Rate Amount
{{ getCurrencySymbol() }}
{{ formatCurrency(0) }}
SUB TOTAL {{ formatCurrency(0) }}
{{ formatCurrency(0) }}
TOTAL {{ formatCurrency(0) }}
Automation Settings
Generate a draft bill automatically on next run date.
Directly mark the generated bill as Approved.
@endsection