@extends('backend.admin-withouterrmaster') @section('site-title') {{__('Dashboard')}} @endsection @section('content')

Home Loan / Home Loan Enquiry Detail

@php $city = DB::table('master_city')->where('city_id', $details->city)->get('city_name'); $city_name = json_decode(json_encode($city),true); $state = DB::table('master_state')->where('state_id', $details->state)->get('state_name'); $state_name = json_decode(json_encode($state),true); @endphp
Title Details
Enquiry Code {{ $details->enquiry_code }}
Type of Loan {{ $details->type_of_loan }}
Name {{ $details->full_name }}
Email Id {{ $details->email }}
Contact No. {{ $details->contact_no }}
Address{{ $details->address }}, {{ $city_name[0]['city_name'] }} {{ $state_name[0]['state_name'] }}
Loan Amount Required Rs {{ $details->loan_amount }}
Property Type {{ $details->property_type }}
Construction Status {{ $details->construction_status }}
Annual Income {{ $details->annual_income }}
Financial Details
@if($details->you_are=="Salaried") {{-- --}} @elseif($details->you_are=="Self Employed") {{-- --}} @endif
Financial Details :
Title Details
6 Months Salary Slip File : @php($count=1) @foreach($salary_slip_6_months as $key => $dc ) doc {{ $count }} | @php($count++) @endforeach
6 Months bank Statement File : @php($count=1) @foreach($bank_statement_6_months as $key => $dc ) doc {{ $count }} | @php($count++) @endforeach
Upload Form 16 File : @if(isset($upload_form_16->document)) {{ $upload_form_16->document }} @endif
last 3 ITR File : @php($count=1) @foreach($upload_last_3_itr as $key => $dc ) doc {{ $count }} | @php($count++) @endforeach
Last 1 yr bank statement File : @php($count=1) @foreach($last_1_year_bank_statement as $key => $dc ) doc {{ $count }} | @php($count++) @endforeach
GSTR1/3B File : @php($count=1) @foreach($upload_gstr_1_3_b as $key => $dc ) doc {{ $count }} | @php($count++) @endforeach
2 yrs Financial File : @php($count=1) @foreach($upload_2_yrs_financial as $key => $dc ) doc {{ $count }} | @php($count++) @endforeach
Profit/loss statement File : @php($count=1) @foreach($upload_profit_loss_statement as $key => $dc ) doc {{ $count }} | @php($count++) @endforeach
Form 16/ITR File : @php($count=1) @foreach($upload_form_16_itr as $key => $dc ) doc {{ $count }} | @php($count++) @endforeach
Company Type {{ $details->company_type }}
Company Details
Company Details :
Title Details
Company Name {{ $details->company_name }}
Company Email Id {{ $details->company_email }}
Company Contact No. {{ $details->company_contact }}
Company Website {{ $details->company_website }}
@if($details->you_are=="Self Employed")
Director's Details
Director's Details :
Title Details
Director's 1 Name {{ $details->director_name_1 }}
Director's 1 Email Id {{ $details->director_email_1 }}
Director's 1 Contact No. {{ $details->director_contact_no_1 }}
Director's 2 Name {{ $details->director_name_2 }}
Director's 2 Email Id {{ $details->director_email_2 }}
Director's 2 Contact No. {{ $details->director_contact_no_2 }}
Director's 3 Name {{ $details->director_name_3 }}
Director's 3 Email Id {{ $details->director_email_3 }}
Director's 3 Contact No. {{ $details->director_contact_no_3 }}
Director's 4 Name {{ $details->director_name_4 }}
Director's 4 Email Id {{ $details->director_email_4 }}
Director's 4 Contact No. {{ $details->director_contact_no_4 }}
@endif
Personal Details
@if($details->you_are=="Salaried") {{-- --}} @elseif($details->you_are=="Self Employed") {{-- --}} @endif
Personal Details :
Title Details
Aadhar Card Front File : @if(isset($aadhar_card_front->document)) {{ $aadhar_card_front->document }} @endif
Aadhar Card Back File : {{ $aadhar_card_back->document }}
PAN Card File : @if(isset($pan_card_front->document)) {{ $pan_card_front->document }} @endif
Address Proof File : @if(isset($address_proof->document)) {{ $address_proof->document }} @endif
Photos File : @php($count=1) @foreach($upload_3_photos as $key => $dc ) Photo {{ $count }} | @php($count++) @endforeach
Aadhar Card Front File : @if(isset($aadhar_card_front_s->document)) {{ $aadhar_card_front_s->document }} @endif
Aadhar Card Back File : {{ $aadhar_card_back_s->document }}
PAN Card File : @if(isset($aadhar_card_front_s->document)) {{ $pan_card_front_s->document }} @endif
Address Proof File : @if(isset($address_proof_s->document)) {{ $address_proof_s->document }} @endif
PAN Card File : @if(isset($pan_card->document)) @endif
Aadhar Card File : @if(isset($aadhar_card->document)) @endif
Bank Statement File : @if(isset($bank_statement->document)) @endif
Property Project Deatils
{{-- --}} {{-- --}}
Property Project Deatils :
Title Details
Builder/Buyer Agreement File : @php($count=1) @foreach($agreement as $key => $dc ) Doc {{ $count }} | @php($count++) @endforeach
Allotment Letter File : @if($allotment_letter) {{ $allotment_letter->document }} @endif
Reciept of Purchase File : @if($reciept_purchase) {{ $reciept_purchase->document }} @endif
No Obligation letter File : @if($obligation_letter) {{ $obligation_letter->document }} @endif
Letter from Enrollment File : @if($letter_from_enrollment) {{ $letter_from_enrollment->document }} @endif
Post Closure Letter File : @if($post_closure_letter) {{ $post_closure_letter->document }} @endif
Power of Attorney File : @if($power_of_attorney) {{ $power_of_attorney->document }} @endif
Letter from GSTR1/3B File : @if($gstr_1_3_b) {{ $gstr_1_3_b->document }} @endif
Witness Details
Witness Details :
Title Details
Witness 1 Name {{ $details->guarantor_name_1 }}
Witness 1 Email Id {{ $details->guarantor_email_1 }}
Witness 1 Contact No. {{ $details->guarantor_contact_no_1 }}
Witness 2 Name {{ $details->guarantor_name_2 }}
Witness 2 Email Id {{ $details->guarantor_email_2 }}
Witness 2 Contact No. {{ $details->guarantor_contact_no_2 }}
Witness 3 Name {{ $details->guarantor_name_3 }}
Witness 3 Email Id {{ $details->guarantor_email_3 }}
Witness 3 Contact No. {{ $details->guarantor_contact_no_3 }}
@endsection