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

Purchase Add

@csrf
@error('invoice_no')
{{ $message }}
@enderror
@php $service = App\Models\BandService::all(); @endphp

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
Paid (The paid amount will not be better than the total amount.)
Due
@endsection @section('ajax') @endsection