@php $siteLogo = \App\Models\Setting::get('site_logo'); $siteName = \App\Models\Setting::get('site_name', config('app.name')); @endphp @if($siteLogo) {{ $siteName }} @else
@endif
{{ __('Dashboard') }} @if(Auth::user()->role === 'super_admin' || Auth::user()->role === 'admin') {{ __('Classes') }} {{ __('Questions') }} {{ __('Plans') }} {{ __('Transactions') }} {{ __('Settings') }} @endif @if(Auth::user()->role === 'user') {{ __('Classes') }} {{ __('Results') }} {{ __('Subscription') }} @endif
{{ __('Profile') }}
@csrf
{{ __('Log Out') }}
{{ __('Dashboard') }} @if(Auth::user()->role === 'super_admin' || Auth::user()->role === 'admin') {{ __('Classes') }} {{ __('Questions') }} {{ __('Plans') }} {{ __('Settings') }} @endif @if(Auth::user()->role === 'user') {{ __('Classes') }} {{ __('Results') }} {{ __('Subscription') }} @endif
{{ strtoupper(substr(Auth::user()->name, 0, 1)) }}
{{ Auth::user()->name }}
{{ Auth::user()->email }}
{{ __('Profile') }}
@csrf {{ __('Log Out') }}