@if(!empty($settings['favicon_path'])) @endif @php $galleryImages = collect([$product->main_image])->merge($product->images ?? [])->filter()->unique()->values(); @endphp {{-- TOPBAR --}}
{{ __('dashboard.catalog_back_to_catalog') }}
{{ $settings['brand_name'] }}
{{-- BREADCRUMB --}} {{-- PRODUCT --}}
{{-- GALLERY --}} {{-- INFO --}}
{{ $settings['brand_name'] }}

{{ $product->name }}

REF: {{ $product->sku }}
@if($settings['show_price'])
{{ __('dashboard.Price') }}
{{ number_format($product->price, 2) }}{{ __('EGP') }}
@endif
{{ __('dashboard.Type') }}
{{ $product->type === 'rent' ? __('dashboard.For Rent') : __('dashboard.For Sale') }}
{{ __('dashboard.Category') }}
{{ $product->category->name ?? '—' }}
@if($settings['show_availability'])
{{ __('dashboard.Available Stock') }}
{{ $product->stock }}
@endif
@if($settings['whatsapp']) @endif @if($settings['phone']) {{ __('dashboard.Call Now') }} @endif

{{ __('dashboard.catalog_modal_description') }}

{{-- FOOTER --}}