@lang('profile.account_information.detail.name')
{{ auth()->user()->fullName }}
@lang('profile.account_information.detail.email')
{{ auth()->user()->email }}
@lang('profile.account_information.detail.phone')
{!! canEmpty(auth()->user()->phone) !!}
@lang('profile.account_information.detail.gender')
{!! auth()->user()->gender ? auth()->user()->translated_gender : canEmpty() !!}
@lang('profile.account_information.detail.date_of_birth')
{!! auth()->user()->dob ? frontendDate(auth()->user()->dob) : canEmpty() !!}