{{ $pageTitle }}
{{ __('Personal Information') }}
{{ __('Name') }}:
{{ $tenant->first_name }} {{ $tenant->last_name }}
{{ __('Contact Number') }}:
{{ $tenant->contact_number }}
{{ __('Email') }}:
{{ $tenant->email }}
{{ __('Age') }}:
{{ $tenant->age }}
{{ __('Job') }}:
{{ $tenant->job }}
{{ __('Family Members') }}:
{{ $tenant->family_member }}
Name | Relationship with user | Notes | @php $familyMembers = json_decode($tenant->family_member_detail, true); @endphp @foreach($familyMembers as $key => $data)
---|---|---|
@if($data['name']) {{$data['name']}} @else - @endif | @if($data['relationship']) {{$data['relationship']}} @else - @endif | @if($data['notes']) {{$data['notes']}} @else - @endif |
{{ __('Previous Address') }}
{{ __('Address') }}:
{{ $tenant->previous_address }}
{{ __('City') }}:
{{ $tenant->previous_city_id }}
{{ __('State') }}:
{{ $tenant->previous_state_id }}
{{ __('Zip Code') }}:
{{ $tenant->previous_zip_code }}
{{ __('Country') }}:
{{ $tenant->previous_country_id }}
{{ __('Permanent Address') }}
{{ __('Address') }}:
{{ $tenant->permanent_address }}
{{ __('City') }}:
{{ $tenant->permanent_city_id }}
{{ __('State') }}:
{{ $tenant->permanent_state_id }}
{{ __('Zip Code') }}:
{{ $tenant->permanent_zip_code }}
{{ __('Country') }}:
{{ $tenant->permanent_country_id }}