@extends('layouts.app-script')
|
|||||
| Sale register ({{$_GET['from']}} to {{$_GET['to']}}) |
| Bill No | Party Name | Date | Gross Amt. | GST Details | Paid by party | Net Amount |
|---|---|---|---|---|---|---|
| {{$item->invoice_no}} |
{{$item->party_name}} {{$item->party_gst_no}} {{$item->party_mobile}} {{$item->voucher_type}} |
{{hpDate($item->invoice_date,'d-m-Y')}} | {{$item->total_amount}} |
Disc. {{$item->discount}} IGST : {{$item->sgst}} CGST : {{$item->cgst}} IGST : {{$item->igst}} |
{{$item->paid_amount}} | {{$item->grand_total_amount}} |