PURCHASE REGISTER


@if(sizeof($tabledatas)>0) @foreach($tabledatas as $tabledata) @endforeach @else @endif
Created On Credit Note Invoice No Sales Invoice No. Of Quantity Return GST Return Amount
{{\Carbon\Carbon::parse($tabledata->created_at)->format('d-M-Y')}} {{\Carbon\Carbon::parse($tabledata->sales_return_date)->format('d-M-Y')}} {{$tabledata->credit_voucher_no}} {{$tabledata->adjustment_slip_no}} {{$tabledata->no_of_qty}} {{$tabledata->total_gst_amount}} {{$tabledata->total_net_amount}}

No Data Available

Total {{$restdata['no_of_invoice']}} {{$restdata['no_of_qty']}} {{$restdata['total_gst_amount']}} {{$restdata['total_net_amount']}}