@extends('layouts.app') @section('content')
@csrf @foreach ($response['invNumbers'] as $key=>$value) @endforeach
Name Mobile Balance
Invoice No. Invoice Date
Voucher Type Bill Type
Product Name Qty Price Discunt(%)
Action Product Name Price Qty Total Price Discunt(%) Total Discount Price After Discount
Total Amount Grand Total Amount
Discount Paid Amount
SGST After Bill Outstading Amount
IGST Print Format
CGST
Courier Charges
@endsection @section('script') @endsection