@php $logo = \App\Models\Utility::get_file('/'); $path_imgs = \App\Models\Utility::get_file('/'); $details = Auth::user()->decodeDetails(); $logo_path=\App\Models\Utility::get_file('/'); @endphp
{{-- @if(Auth::user()->type == 'admin') --}} ... {{-- @else @if (Auth::user()->mode == 'light') ... @else ... @endif @endif --}}
@if(Auth::user()->avatar) @else img_avatar }} /> @endif
{{ Auth::user()->name }}
{{ Auth::user()->email }} @if(Auth::user()->type != 'admin') {{__('My Overview')}} @endif
@if(Auth::user()->type != 'admin')
@endif