@php $settings = App\Models\Setting::pluck('value','key')->toArray(); @endphp
@yield('title') | {{ getAppName() }}
{!! reCaptcha()->renderJs() !!} @stack('css') @php $langSession = Session::get('frontLanguageChange'); $frontLanguage = !isset($langSession) ? getSettingValue()['front_language'] : $langSession; @endphp @php $style = 'style' @endphp
@yield('content')
{{-- --}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} @stack('scripts')