{{ __('messages.global.edit_profile') }}
{{-- CSRF --}} {{ csrf_field() }} @if ($user->isOrganization)
{{-- Organization Name Field --}}
{{-- Organization Number Field --}}
{{-- Organization Function Field --}}
@if ($errors->has('organization_function')) {{ $errors->first('organization_function') }} @endif
@endif
{{-- Email Field --}}
{{-- First Name Field --}}
isOrganizationAccess) disabled="disabled" @endif> @if ($errors->has('first_name')) {{ $errors->first('first_name') }} @endif
{{-- Last Name Field --}}
isOrganizationAccess) disabled="disabled" @endif> @if ($errors->has('last_name')) {{ $errors->first('last_name') }} @endif
@if (!$user->isOrganizationAccess)
{{-- Phone Field --}}
phone_is_private)) checked @endif>
@if ($errors->has('phone')) {{ $errors->first('phone') }} @endif
{{-- Address Field --}}
hasAddress() ? 'disabled="disabled"' : '' }}> @if ($errors->has('address')) {{ $errors->first('address') }} @endif
{{-- Gender Field --}}
@if ($errors->has('gender')) {{ $errors->first('gender') }} @endif
{{-- Date of birth Field --}}
{{-- DOB Day Field --}}
{{-- DOB Month Field --}}
{{-- DOB Year Field --}}
@if ($errors->has('date_of_birth')) {{ $errors->first('date_of_birth') }} @endif
@endif