{{ __('landing.cta.title') }}

{{ __('landing.cta.subtitle', ['site_name' => \App\Models\SystemSetting::get('site_name', config('app.name'))]) }}

@if (Route::has('register')) {{ __('landing.cta.button') }} @endif