@stack('structured-data')
{{ __('app.self_hosting') }}
@include('partials.locale-selector')
◐
@if (\App\Models\User::query()->exists() && ! \App\Models\Setting::registrationsOpen())
{{ __('app.login') }}
@else
{{ __('app.create_account') }}
@endif
@yield('content')