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

Create Invoice

@csrf

Note: By changing Billing Date all data will be reset

Service From Date To Date Quantity(MB) Rate(TK) Vat(%) Value(Line Total) Action
Sub Total
Discount
Total
Paid (The paid amount will not be getter than the total amount.)
Due
@if (checkSettings('bank_account_deposit_from_payment') == 'enable')
If selected, income will be deposited to this bank account.
Bank Account (Optional)
@endif
@endsection @section('ajax') @endsection