@stack('styles') @include('sections.theme_css') @if(file_exists(public_path().'/css/login-custom.css'))
@endif @if ($globalSetting->sidebar_logo_style == 'full') @endif @includeif('sections.custom_script')
@if ($globalSetting->sidebar_logo_style != 'full')
{{ $globalSetting->global_app_name ?? $globalSetting->app_name }}
@endif
login_background_url) style="background: url('{{ $globalSetting->login_background_url }}') center center/cover no-repeat;" @endif>
{{ $slot }}
{{ $outsideLoginBox ?? '' }} @if($languages->count() > 1)
@foreach($languages->take(4) as $index => $language)
{{ \App\Models\LanguageSetting::LANGUAGES_TRANS[$language->language_code] ?? $language->language_name }}
@endforeach @if($languages->count() > 4)
@foreach($languages->slice(4) as $language)
{{ \App\Models\LanguageSetting::LANGUAGES_TRANS[$language->language_code] ?? $language->language_name }}
@endforeach
@endif
@endif {{-- @if($languages->count() >1)--}} {{--
--}} {{--
--}} {{-- @foreach($languages as $language)--}} {{--
--}} {{--
--}} {{--
flag_code }} flag-icon-squared'>
--}} {{-- {{\App\Models\LanguageSetting::LANGUAGES_TRANS[$language->language_code] ?? $language->language_name}}--}} {{--
--}} {{-- --}} {{-- @endforeach--}} {{--
--}} {{--
--}} {{-- @endif--}}
{{----}} {{ $scripts }}