@extends('common::prerender.base') @inject('settings', 'Common\Settings\Settings') @section('body') @if ($content = $settings->getJson('homepage.appearance'))

{{$content['headerTitle']}}

{{$content['headerSubtitle']}}

@endif @endsection