{{$user->name}} @if($user->email_verified_at && $user->birthdate && ($user->verification && $user->verification->status == 'verified')) @include('elements.icon',['icon'=>'checkmark-circle-outline','centered'=>true,'classes'=>'ml-1 text-primary']) @endif
@if($user->bio) @if(getSetting('profiles.allow_profile_bio_markdown')) {!! GenericHelper::parseProfileMarkdownBio($user->bio) !!} @else {!!GenericHelper::parseSafeHTML($user->bio)!!} @endif @else {{__('No description available.')}} @endif