@if(!empty($settings['favicon_path'])) @endif @php $totalVisibleProducts = $products->total(); @endphp {{-- TOP BAR --}}
@if(!empty($settings['logo_path'])) @else @endif {{ $settings['brand_name'] }} {{ __('dashboard.catalog_brand_signature') }}
@if($settings['phone']) {{ $settings['phone'] }} @endif @if($settings['whatsapp']) @endif
{{-- HERO --}}
{{ $settings['brand_name'] }}

{{ $settings['title'] }}

@if($settings['description'])

{{ $settings['description'] }}

@endif
{{ number_format($totalVisibleProducts) }}
{{ __('dashboard.catalog_products_count_suffix') }}
{{ $categories->count() }}
{{ __('dashboard.All Categories') }}
{{-- FILTER BAR --}}
{{ __('dashboard.Reset') }}
{{ number_format($totalVisibleProducts) }} {{ __('dashboard.catalog_products_count_suffix') }}
{{-- CATALOG --}}
@if($products->isEmpty())
{{ __('dashboard.No products found') }}

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

@else
@foreach($products as $product) @php $img = $product->main_image ? asset('storage/'.$product->main_image) : null; @endphp
@if($img) {{ $product->name }} @else @endif
{{ $product->category->name ?? '—' }} {{ $product->type === 'rent' ? __('dashboard.For Rent') : __('dashboard.For Sale') }}
{{ $product->category->name ?? '—' }}
{{ $product->name }}
{{ $product->sku }}
@if($settings['show_price'] || $settings['show_availability']) @endif
@endforeach
@endif
{{-- PAGINATION --}} @if($products->hasPages())
{{ $products->appends(request()->all())->links() }}
@endif {{-- FOOTER --}} {{-- MODAL --}}