PURCHASE RETURN REGISTER


@if(sizeof($tabledatas)>0) @foreach($tabledatas as $tabledata) @endforeach @else @endif
Created On Invoice Date Invoice No Supplier No. Of Item Return GST Return Amount
{{\Carbon\Carbon::parse($tabledata['created_at'])->format('d-M-Y')}} {{\Carbon\Carbon::parse($tabledata['purchase_invioce_date'])->format('d-M-Y')}} {{$tabledata['supplier_name']}} {{$tabledata['no_of_qty']}} {{$tabledata['gst_amount']}} {{$tabledata['net_amount']}}

No Data Available

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