@php $liveAuction = getContent('live_auction.content', true); $liveProducts= \App\Models\Product::live()->latest()->limit(8)->get(); @endphp

{{ __($liveAuction->data_values->heading) }}

@foreach ($liveProducts as $product)
auction @lang('x') {{ ($product->total_bid) }} @lang('Bids')
{{ __($product->name) }}
  • @lang('00')
  • @lang('00')
  • @lang('00')
  • @lang('00')
Carbon Credits: {{ showAmount($product->carbon_amount) }}
@endforeach