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

Business Financing / Business Financing 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 }}
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 }}
Property Project Details
{{-- --}}
Property Project Details :
Title Details
Aadhar Card Front File : @if($aadhar_card_front) {{ $aadhar_card_front->document }} @endif
Aadhar Card Back File : @if($aadhar_card_back) {{ $aadhar_card_back->document }} @endif
PAN Card Front File : @if($pan_card_front) {{ $pan_card_front->document }} @endif
Address Proof File : @if($address_proof) {{ $address_proof->document }} @endif
Bank Statement File : @php($count=1) @foreach($bank_statement as $key => $dc ) Doc {{ $count }} | @php($count++) @endforeach
Income Tax details File : @php($count=1) @foreach($income_tax as $key => $dc ) Doc {{ $count }} | @php($count++) @endforeach
Property Deatils Documents File : @php($count=1) @foreach($property_details as $key => $dc ) Doc {{ $count }} | @php($count++) @endforeach
Salary Slip (Last 6 Months) File : @php($count=1) @foreach($salery_slip as $key => $dc ) Doc {{ $count }} | @php($count++) @endforeach
Form 16/IT Returns File : @php($count=1) @foreach($form_16_itr as $key => $dc ) Doc {{ $count }} | @php($count++) @endforeach
GSTR1/3B File : @php($count=1) @foreach($gstr_1_3_b as $key => $dc ) Doc {{ $count }} | @php($count++) @endforeach
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_new->document)) @endif
@endsection