@forelse($stores ?? [] as $store)

{{ $store->sale_status == 1 ? __('New',[],app()->getLocale()) : __('Used',[],app()->getLocale()) }}

@php $logoUrl = $store->logo && Storage::disk('public')->exists($store->logo) ? Storage::disk('public')->url($store->logo) : asset('site/img/logo.png'); @endphp

{{ $store->getTranslation('title',app()->getLocale()) }}

{{ $store->getTranslation('description',app()->getLocale()) }}