@use('App\Models\Setting') @use('app\Helpers\Helpers') @php $settings = Setting::first()->values; $lang = Helpers::getLanguageByLocale(Session::get('locale', 'en')); @endphp @yield('title') @vite(['public/frontend/scss/style.scss'])
loader

{{ $themeOptions['authentication']['title'] }}

{{ $themeOptions['authentication']['description'] }}

@stack('js')