@use('App\Models\Setting') @use('app\Helpers\Helpers') @php $settings = Setting::first()->values; $lang = Helpers::getLanguageByLocale(Session::get('locale', 'en')); @endphp
{{ $themeOptions['authentication']['description'] }}