@extends('home.layout', ['template' => $template, 'content' => $content]) @section('body')
{{ $content['subtitle'] }}

{{ $content['headline'] }}

{!! \App\Support\HomepageSettings::sanitizeHtml($content['description']) !!}
@if (! empty($content['features']))
@foreach ($content['features'] as $index => $feature) @php $icons = ['bi-lightning-charge-fill', 'bi-gear-wide-connected', 'bi-bar-chart-line-fill']; $icon = $icons[$index % count($icons)]; @endphp

{{ $feature }}

@endforeach
@endif

Access your admin dashboard

Manage users, settings, and modules from a single secure control panel.

@guest {{ $content['button_text'] }} @else Go to Dashboard @endguest @if (! empty($content['hero_image_url']))
@else
@endif
@endsection