Username: {{$$module_name_singular->username}}
@if ($$module_name_singular->email_verified_at == null) @endif @include('frontend.includes.messages')| {{ __("labels.backend.users.fields.".$field_name) }} | @if ($field_name == 'date_of_birth' && $userprofile->$field_name != '')@if(auth()->user()->id == $userprofile->user_id) {{ $userprofile->$field_name->isoFormat('LL') }} @else {{ $userprofile->$field_name->format('jS \\of F') }} @endif | @elseif ($field_type == 'date' && $userprofile->$field_name != ''){{ $userprofile->$field_name->isoFormat('LL') }} | @elseif ($field_type == 'datetime' && $userprofile->$field_name != ''){{ $userprofile->$field_name->isoFormat('llll') }} | @elseif ($field_type == 'url'){{ $userprofile->$field_name }} | @else{{ $userprofile->$field_name }} | @endif
|---|