@php $auction_translation = $auction->translations->where('language_id',getLocaleId())->first(); $auction_category_translation = $auction->category->translations->where('language_id',getLocaleId())->first(); @endphp