@extends('layouts.auth') @section('title') {{ __('messages.user.login') }} @endsection @section('content') @php $settingValue = getSuperAdminSettingValue(); @endphp @php $language = !empty(checkLanguageSession()) ? checkLanguageSession() : getDefaultLanguage(); @endphp
@endsection