@if(Session::get('locale')) {{app()->setLocale(Session::get('locale'))}} @endif @php $email_config_verify_value = DB::table('settings')->select('message')->where('type','email_configration_verification')->first(); if($email_config_verify_value){ $message = $email_config_verify_value->message; }else{ $message = 0; } @endphp @if($message == 0) @can('email-setting-create') Email Configration is not verified Click here to redirect to email configration. @endcan @endif @foreach (get_language() as $key => $language) {{-- --}} {{$language->name}} {{-- 18 Minutes ago --}} @endforeach {{ Auth::user()->first_name }} @can('update-admin-profile') {{ __('update_profile') }} @endcan {{ __('change_password') }} {{ __('signout') }}
18 Minutes ago
{{ Auth::user()->first_name }}