@csrf
@if (env('MULTILANGUAGE'))
{{--
--}} {{ Config::get('languages')[App::getLocale()] }}
@foreach (Config::get('languages') as $lang => $language) @if ($lang != App::getLocale())
{{$language}}
@endif @endforeach
@endif {{--
7
Message Center
Hi there! I am wondering if you can help me with a problem I've been having.
Emily Fowler · 58m
I have the photos that you ordered last month, how would you like them sent to you?
Jae Chun · 1d
Last month's report looks great, I am very happy with the progress so far, keep up the good work!
Morgan Alvarez · 2d
Am I a good boy? The reason I ask is because someone told me that people say this to all dogs, even if they aren't good...
Chicken the Dog · 2w
Read More Messages
--}}
{{ Auth::user()->name }}
@if (Auth::user()->profile_photo_path)
@else
@endif
{{--
{{ __('lng.Profile') }}
--}} {{--
{{ __('lng.Settings') }}
--}} {{--
{{__('lng.Backup')}}
--}} {{-- @if (auth()->user()->hasRole('admin'))
{{ __('lng.RolePermission') }}
@endif --}}
{{ __('lng.Logout') }}
@yield('content')
{{ __('lng.ReadytoLeave') }}
×
{{ __('lng.LogoutPage') }}