{{--@if($serverstatus) @if(\Illuminate\Support\Facades\Auth::user()->isAbleTo('store_manage_selling_price-read'))--}} {{--Permissions--}}
Created On | Invoice Date | Invoice No | Supplier | Brand | Batch No | Quantity | 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['supplier_name']}} | {{$tabledata['brand_name']}} | {{$tabledata['batch_no']}} | {{$tabledata['quantity']}} | {{$tabledata['gross_value']}} | {{$tabledata['gst']}} | {{$tabledata['net_amount']}} | {{$tabledata['return_gst']}} | {{$tabledata['return_amount']}} | ||||
Total | {{$total_gross_values}} | {{$total_gst}} | {{$total_net_amount}} | {{$total_return_gst}} | {{$total_return_amount}} | ||||||||||
No Data Available |