صورة
@endif
{{ $product->category->name ?? '—' }}
{{ $product->type === 'rent' ? __('dashboard.For Rent') : __('dashboard.For Sale') }}
@if(!empty($settings['favicon_path'])) @endif
@php $galleryImages = collect([$product->main_image])->merge($product->images ?? [])->filter()->unique()->values(); @endphp {{-- TOPBAR --}}{{ __('dashboard.catalog_modal_description') }}