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

Purchase Add

@csrf
@error('invoice_no')
{{ $message }}
@enderror
{{--
--}} @php $service = App\Models\BandService::all(); @endphp
{{-- --}}
Service Description From Date To Date Quantity Rate VatStatusValue Action
Sub Total
Paid
Due
@endsection @section('ajax') @endsection