@extends('layouts.app') @section('title', 'New Recurring Invoice') @push('css') @endpush @section('content')

New Recurring Invoice

@csrf
Customer Details
@error('customer_id')
{{ $message }}
@enderror
@error('profile_name')
{{ $message }}
@enderror
Schedule Settings
@error('start_date')
{{ $message }}
@enderror
Next Run Date: -
Item Details
Item Name Qty Rate Amount
Automation Settings
Automatically email the generated invoice to the customer.
Notes
Cancel
Final Summary
Subtotal {{ getCurrencySymbol() }} 0.00
Tax Amount {{ getCurrencySymbol() }} 0.00
Use minus (-) for deduction

Total Amount ({{ getCurrencySymbol() }}) 0.00
This profile will generate its first invoice on -
@push('scripts') @endpush @endsection