@extends('default.layouts.app') @section('title', 'Home - Heritage Lux') @section('content') @if($heroBanner) {{ $heroBanner->subtitle ?? 'Ralph Lauren' }} {{ $heroBanner->title }} {{ $heroBanner->button_text ?? 'Explore Now' }} @endif @if($promos->count() > 0) @foreach($promos as $promo) {{ $promo->subtitle }} {{ $promo->title }} @if($promo->description) {{ $promo->description }} @endif @if($promo->links && count($promo->links) > 0) @foreach($promo->links as $link) {{ $link['text'] }} @endforeach @elseif($promo->button_text) {{ $promo->button_text }} @endif @endforeach @endif @if($fullBanner) {{ $fullBanner->subtitle }} {{ $fullBanner->title }} {{ $fullBanner->description }} {{ $fullBanner->button_text ?? 'Shop Now' }} @endif @if($carousel) {{ $carousel->subtitle }} {{ $carousel->title }} {{ $carousel->description }} @foreach($carousel->items as $item) {{ $item->title }} Shop Now @endforeach @endif @endsection
{{ $promo->description }}
{{ $fullBanner->description }}
{{ $carousel->description }}