{{ __('tenants.name') }}:
{{ $tenant->name }}
{{ __('tenants.gender') }}:
{{ ucfirst($tenant->gender) }}
{{ __('tenants.nationality') }}:
{{ ucfirst($tenant->nationality) }}
{{ __('tenants.dob') }}:
{{ ucfirst($tenant->dob) }}
{{ __('tenants.occupation') }}:
{{ ucfirst($tenant->occupation) }}
{{ __('tenants.contact') }}:
{{ ucfirst($tenant->contact) }}
{{ __('tenants.address') }}:
{{ ucfirst($tenant->address) }}