Supplier Wise Purchase Register


@if(sizeof($tabledatas)>0) @foreach($tabledatas as $tabledata) @endforeach @else @endif
Created At Invoice Date Invoice No Supplier No. Of Item Gross Value GST Net Amount RGST Return Amount
{{\Carbon\Carbon::parse($tabledata->created_at)->format('d-M-Y')}} {{\Carbon\Carbon::parse($tabledata->purchase_invioce_date)->format('d-M-Y')}} {{$tabledata->purchase_invoice_no}} {{$tabledata->supplier_name}} {{$tabledata->no_of_items}} {{$tabledata->gross_value}} {{$tabledata->gst}} {{$tabledata->net_amount}} {{$tabledata->return_gst}} {{$tabledata->return_amount}}

No Data Available

Total {{$restdata['no_of_invoice']}} {{$restdata['no_of_items']}} {{$restdata['total_gross_values']}} {{$restdata['total_gst']}} {{$restdata['total_net_amount']}} {{$restdata['total_return_gst']}} {{$restdata['total_return_amount']}}