Hello, {{ auth()->user()->fname }}
{{ auth()->user()->email }} • {{ \Carbon\Carbon::parse(auth()->user()->dob ?? now())->age ?? 'N/A' }} years old
{{ $title ?? 'Primary Profile' }}
@if(!empty($badge)) {!! $badge !!} @endif @if(isset($rejectionReason) && $rejectionReason !== null)
@php $__rawRemark = $rejectionReason ?? ''; $__plainRemark = trim(strip_tags($__rawRemark)); $__limit = 50; $__isLong = mb_strlen($__plainRemark) > $__limit; $__preview = $__isLong ? (mb_substr($__plainRemark, 0, $__limit) . '.....') : $__plainRemark; @endphp Reason : {{ $__preview }} @if($__isLong)
@endif
@if(empty($__plainRemark))
Reason : {{ __('No reason provided') }}
@endif @endif
@csrf
{{ __('Logout') }}