{{ $pageTitle }}

  • {{ __('Tenant Information') }}
  • {{ __('Home Details') }}
  • {{ __('Documents') }}
@csrf

{{ __('Tenant Information') }}

{{ __('Personal Information') }}

{{ __('Previous Address') }}

{{ __('Permanent Address') }}

@csrf

{{ __('Home Details') }}

{{ $tenant->property_name ?? __('N/A') }}

{{ $tenant->property_address ?? __('N/A') }}

{{ $tenant->unit_name ?? __('N/A') }}
{{ __('Available For Tenant') }}

{{ __('Rent Information') }}

@csrf

{{ __('Personal Documents') }}

@foreach ($tenant->documents as $document)
File-Image
{{ $document->file_name }}
@endforeach
{{-- {{ __('Save') }} --}}