@extends("agentportal.layouts.layout") @section("title", trans("message_lang.LBL_USER_PROFILE")) @section("page_style") @endsection @section("content")
{{ __('message_lang.PLACEHOLDER_FIRST_NAME') }}: | {{ _set_dash($user->first_name) }} |
---|---|
{{ __('message_lang.PLACEHOLDER_LAST_NAME') }}: | {{ _set_dash($user->last_name) }} |
{{ __('message_lang.LBL_EMAIL') }}: | {{ _set_dash($user->email) }} |
{{ __('message_lang.LBL_ADDRESS') }}: | {{ _set_dash($user->address) }} |
{{ __('message_lang.LBL_CITY') }}: | {{ _set_dash($user->city) }} |
{{ __('message_lang.LBL_STATE') }}: | {{ $stateId->state_name }} |
{{ __('message_lang.LBL_STATE') }}: | {{ _set_dash($userCountryProvinceArr[$user->province_code]??'') }} |
{{ __('message_lang.LBL_POSTAL_CODE') }}: | {{ _set_dash($user->postal_code) }} |
{{ __('message_lang.LBL_DATE_OF_BIRTH') }}: | {{ _set_dash($user->date_of_birth) }} |
{{ __('message_lang.LBL_OCCUPATION') }}: | {{ _set_dash($user->occupation) }} |
{{ __('message_lang.LBL_COUNTRY') }}: | |
{{ __('message_lang.PLACEHOLDER_PHONE_NUMBER') }}: | {{ _set_dash($user->phone_number) }} |
{{ __('message_lang.LBL_NATIONAL_IDENTITY_NUMBER') }}: | {{ _set_dash($user->national_identity_number) }} |
{{ __('message_lang.LBL_STATUS') }}: |