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

LAP /LAP Enquiry Detail

@csrf
@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 }}
Loan Type {{ $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 }}
Working Status {{ $details->you_are }}
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 @if(count($salary_slip_6_months) <1) @endif
6 Months bank Statement File : @php($count=1) @foreach($bank_statement_6_months as $key => $dc ) doc {{ $count }} | @php($count++) @endforeach @if(count($bank_statement_6_months) <1) @endif
Upload Form 16 File : @if(!empty($upload_form_16)) {{ $upload_form_16->document }} @endif @if(empty($upload_form_16)) @endif
last 3 ITR File : @php($count=1) @foreach($upload_last_3_itr as $key => $dc ) doc {{ $count }} | @php($count++) @endforeach @if(count($upload_last_3_itr) <1) @endif
Last 1 yr bank statement File : @php($count=1) @foreach($last_1_year_bank_statement as $key => $dc ) doc {{ $count }} | @php($count++) @endforeach @if(count($last_1_year_bank_statement) <1) @endif
GSTR1/3B File : @php($count=1) @foreach($upload_gstr_1_3_b as $key => $dc ) doc {{ $count }} | @php($count++) @endforeach @if(count($upload_gstr_1_3_b) <1) @endif
2 yrs Financial File : @php($count=1) @foreach($upload_2_yrs_financial as $key => $dc ) doc {{ $count }} | @php($count++) @endforeach @if(count($upload_2_yrs_financial) <1) @endif
Profit/loss statement File : @php($count=1) @foreach($upload_profit_loss_statement as $key => $dc ) doc {{ $count }} | @php($count++) @endforeach @if(count($upload_profit_loss_statement) <1) @endif
Form 16/ITR File : @php($count=1) @foreach($upload_form_16_itr as $key => $dc ) doc {{ $count }} | @php($count++) @endforeach @if(count($upload_form_16_itr) <1) @endif
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(!empty($aadhar_card_front)) {{ $aadhar_card_front->document }} @else @endif
Aadhar Card Back File : {{ $aadhar_card_back->document }}
PAN Card File : @if(!empty($pan_card_front)) {{ $pan_card_front->document }} @else @endif
Address Proof File : @if(!empty($address_proof)) {{ $address_proof->document }} @else @endif
Photos File : @php($count=1) @foreach($upload_3_photos as $key => $dc ) Photo {{ $count }} | @php($count++) @endforeach @if(count($upload_3_photos) < 1) @endif
Aadhar Card Front File : @if(!empty($aadhar_card_front_s)) {{ $aadhar_card_front_s->document }} @else @endif
Aadhar Card Back File : {{ $aadhar_card_back_s->document }}
PAN Card File : @if(!empty($pan_card_front_s)) {{ $pan_card_front_s->document }} @else @endif
Address Proof File : @if(!empty($address_proof_s)) {{ $address_proof_s->document }} @else @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 Details :
Title Details
Builder/Buyer Agreement File : @php($count=1) @foreach($agreement as $key => $dc ) Doc {{ $count }} | @php($count++) @endforeach @if(count($agreement) < 1) @endif
Allotment Letter File : @if($allotment_letter) {{ $allotment_letter->document }} @else @endif
Reciept of Purchase File : @if($reciept_purchase) {{ $reciept_purchase->document }} @else @endif
No Obligation letter File : @if($obligation_letter) {{ $obligation_letter->document }} @else @endif
Letter from Enrollment File : @if($letter_from_enrollment) {{ $letter_from_enrollment->document }} @else @endif
Post Closure Letter File : @if($post_closure_letter) {{ $post_closure_letter->document }} @else @endif
Power of Attorney File : @if($power_of_attorney) {{ $power_of_attorney->document }} @else @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