@forelse($heroSlides as $index => $slide)
{{ $slide->title }} @if($slide->welcome_tag && empty($slide->button_text))
{{ $slide->welcome_tag }}

{{ $slide->title }}

@if($slide->subtitle)

{{ $slide->subtitle }}

@endif

✦ {{ $settings->site_name ?? 'Abdurrahman Bin Auf' }} ✦

@else

{{ $slide->title }}

@if($slide->subtitle)

{{ $slide->subtitle }}

@endif @if($slide->button_text && $slide->button_url) {{ $slide->button_text }} @endif
@endif
@empty
Homeschooling Group Abdurrahman Bin Auf

Homeschooling Group

Abdurrahman Bin Auf

@endforelse
@foreach($heroSlides as $index => $slide)
@endforeach