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

Create Invoice

@csrf @method('put')

Note: By changing Billing Date all data will be reset

@foreach ($bandWidthSale->sateItems as $item) @endforeach
Service From Date To Date Quantity(MB) Rate(TK) Vat(%) Value(Line Total) Action
{{ $item->service->name ?? '' }}
Sub Total
Discount
Total
Paid (The paid amount will not be getter than the total amount.)
Due
@endsection @section('ajax') @endsection