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

{{ __('This is a condensed version of the') }} {{ __('full privacy policy') }} .