@extends('common::prerender.base') @section('head') @include('seo.landing-page.seo-tags') @endsection @section('body') @if ($data = settings('homepage.appearance'))

{{ $data['headerTitle'] }}

{{ $data['headerSubtitle'] }}

@foreach ($data['actions'] as $action) @if (isset($action['action'])) {{ $action['label'] }} @endif @endforeach @if (isset($data['primaryFeatures'])) @endif @if (isset($data['secondaryFeatures'])) @endif @if (isset($data['footerTitle'])) @endif @endif @endsection