@php if(env('APP_ENV') == 'local' || env('APP_ENV') == null){ $basePath = '/storage'; }else{ $basePath = '/storage/app/public'; } @endphp --}} @if(auth()->user() && auth()->user()->avatar_location != null ) @else @endif
@lang('labels.frontend.user.profile.avatar') {{--
@lang('labels.frontend.user.profile.name') {{ $logged_in_user->name }}
@lang('labels.frontend.user.profile.email') {{ $logged_in_user->email }}
Date Joined {{ timezone()->convertToLocal($logged_in_user->created_at) }} ({{ $logged_in_user->created_at->diffForHumans() }})