@extends('layouts.app') @section('title','Applications') @section('content')
Back
maw logo

Hire Purchase Loan Application

@if($pp_photo)Applicant's Photo@endif
Date:  {{$applicant->created_at->format('d M,Y')}}

Dear applicant,

Lorem ipsum dolor sit amet consectetur adipisicing elit. Velit excepturi, aperiam animi enim voluptates ratione esse aspernatur beatae deleniti dolor consectetur id non necessitatibus, deserunt, veniam totam recusandae accusantium quas!

  • Loan amountRs. {{$applicant->loan_amount ? $applicant->loan_amt : '.............................'}}
  • ,
  • Duration{{$applicant->duration ? $applicant->duration : '.............................'}}
  • ,
  • Month{{$applicant->month ? $applicant->month : '...............................'}}

Personal Details

Permanent Address
@if($applicant->addressDetail->is_perm_temp_same == 'Yes')
Temporary Address (Same as Permanent Address)
@else
Temporary Address
@endif

Occupation/Business Details

@if($applicant->incomeDetail && $applicant->incomeDetail->has_job == 'Yes')
Job Details
@endif @if($applicant->incomeDetail && $applicant->incomeDetail->has_business == 'Yes')
Business Details
@endif @if($applicant->incomeDetail && $applicant->incomeDetail->is_rent == 'Yes')
Details of the rented house
@endif

Details of property owned

@if($applicant->propertyDetail && $applicant->propertyDetail->is_land == 'Yes')
Land or Building
@endif @if( $applicant->propertyDetail && $applicant->propertyDetail->is_vehicle == 'Yes')
Vehicle
@endif @if( $applicant->propertyDetail && $applicant->propertyDetail->home_appliance)
Description of household goods
@endif

Transaction Details

@if($applicant->bankDetail && $applicant->bankDetail->has_loan_transaction_before == 'Yes')
@endif @if($applicant->bankDetail && $applicant->bankDetail->has_credit_card == 'Yes')
@endif
Bank Details
@if($applicant->guarantors->isNotEmpty())
Guarantor Detail
@foreach ($applicant->guarantors as $guarantor)
@endforeach @endif @if($applicant->relatives->isNotEmpty())
Description of well known famous people
@foreach ($applicant->relatives as $key => $relative)
@endforeach
@endif @if($applicant->families->isNotEmpty())
Family Details
@foreach ($applicant->families as $key => $family) @endforeach
S.N Name Address Relation Occupation Office Name Contact No.
{{++$key}} {{$family->family_name}} {{$family->family_address}} {{$family->family_relation}} {{$family->family_occupation}} {{$family->family_organization}} {{$family->family_contact}}
@endif
@endsection