Item Wise Purchase


@if(sizeof($tabledatas)>0) @foreach($tabledatas as $tabledata) @endforeach @else @endif {{----}}
Created At Invoice Date Invoice No Supplier Brand Batch No Quantity 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->brand_name}} {{$tabledata->batch_no}} {{$tabledata->quantity}} {{$tabledata->gross_value}} {{$tabledata->gst}} {{$tabledata->net_amount}} {{$tabledata->return_gst}} {{$tabledata->return_amount}}

No Data Available

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