@php $layout = Auth::check() ? 'app-layout' : 'guest-layout'; @endphp {{ __('Getting started') }}
@livewire('static-post', ['type' => 'SiteContents\Static\GettingStarted' ?? null, 'limit' => 1 ])