{{--@if($serverstatus) @if(\Illuminate\Support\Facades\Auth::user()->isAbleTo('store_manage_selling_price-read'))--}}
Created On | Invoice Date | Invoice No | No. Of Item | Gross Value | GST | Net Amount | 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['purchase_invoice_no']}} | {{$tabledata['no_of_items']}} | {{$tabledata['gross_value']}} | {{$tabledata['gst']}} | {{$tabledata['net_amount']}} | {{$tabledata['return_gst']}} | {{$tabledata['return_amount']}} | |
Total | {{$no_of_invoice}} | {{$no_of_items}} | {{$total_gross_values}} | {{$total_gst}} | {{$total_net_amount}} | {{$total_return_gst}} | {{$total_return_amount}} | ||
No Data Available |