@php $seoTitle = trim($siteSettings['meta_title'] ?? ''); $layoutTitle = $seoTitle !== '' ? $seoTitle : ($siteSettings['site_name'] ?? 'Aura Fashion'); $canonicalUrl = url('/'); $firstSlider = $sliders->first(fn ($s) => ! empty($s->image ?? null)); $homeOgImage = ($firstSlider && ! empty($firstSlider->image)) ? rtrim((string) config('app.url'), '/').'/storage/'.ltrim($firstSlider->image, '/') : null; @endphp
@forelse($sliders as $slider)
@if($slider->link) @endif {{ $slider->title ?? 'Hero Slide' }} @if($slider->link) @endif
@empty

{{ $siteSettings['site_name'] ?? 'Aura Fashion' }}

{{ $siteSettings['site_description'] ?? 'New Collection 2026' }}

@endforelse
@foreach($sliders as $index => $slider) @endforeach

{{ __('Fast Delivery') }}

{{ __('Anywhere in Bangladesh') }}

{{ __('Easy Returns') }}

{{ __('Within 7 days for exchange') }}

{{ __('24/7 Best Support') }}

{{ __('Within 30 days online support') }}

{{ __('Cash On Delivery') }}

{{ __('Pay after receiving the product') }}

{{ __('Shop By Category') }}

@forelse($homeCategories as $hc) {{ __($hc->title ?? $hc->category->name) }}

{{ __($hc->title ?? $hc->category->name) }}

@empty @foreach([__('Womens Collection'), __('Mens Collection'), __('Kids Collection')] as $category)

{{ $category }}

{{ $category }}

@endforeach @endforelse

{{ __('New Arrivals') }}

{{ __('View All') }}

{{ __('HOT SALE') }}

{{ __('View All') }}
@foreach($featuredSections as $section)

{{ __($section->category->name) }}

{{ __('View All') }}
@foreach($section->products as $product) @endforeach
@endforeach @push('scripts') @endpush

{{ __('VIDEOS') }}

{{ __('Thank you for shopping with') }} {{ $siteSettings['site_name'] ?? 'Aura' }}

{{ __('Find Our Showrooms') }}

@php $count = $showrooms->count(); $gridClass = 'grid-cols-1 md:grid-cols-2 lg:grid-cols-3'; $containerClass = ''; if ($count === 1) { $gridClass = 'grid-cols-1'; $containerClass = 'max-w-md mx-auto'; } elseif ($count === 2) { $gridClass = 'grid-cols-1 md:grid-cols-2'; $containerClass = 'max-w-4xl mx-auto'; } @endphp
@forelse($showrooms as $index => $showroom)

{{ $showroom->name }}

{{ $showroom->address }}

{{ $showroom->phone }}
@empty

{{ __('Our showroom locations will be listed here soon.') }}

@endforelse