@if ($property_data->is_employed == 0) @elseif($property_data->is_employed == 1) @else @endif @if (!empty($property_data->is_message_to_landlord) && !empty($property_data->message_to_landlord)) @endif @if (!empty($property_data->is_co_applicant)) @if (!empty($property_data->userPropertyRequestCoApplicants) && $property_data->userPropertyRequestCoApplicants->count() > 0) @php $co_applicants_counter = 1; @endphp @foreach ($property_data->userPropertyRequestCoApplicants as $property_request_co_applicant) @if (!empty($property_data->co_applicant_description)) @endif {{ $co_applicants_counter++ }} @endforeach @endif @endif @if (!empty($property_data->is_employed)) @endif @php $request_vehicles_counter = 1; @endphp @if (!empty($property_data->userPropertyRequestVehicle) && $property_data->userPropertyRequestVehicle->count() > 0) @foreach ($property_data->userPropertyRequestVehicle as $property_request_vehicle) {{ $request_vehicles_counter++ }} @endforeach @endif
First Name {!! $property_data->first_name !!} Last Name {!! $property_data->last_name !!}
Phone Number {!! $property_data->phone_number !!} Email Address {!! $property_data->email_address !!}
Deposit ${!! $property_data->deposit !!} Age {!! $property_data->age !!}
No Of Adults {!! $property_data->no_of_adults !!} No Of Kids {!! $property_data->no_of_kids !!}
Pets Allow {!! ucfirst($property_data->pets) !!} Pets @php $pets = []; if (!empty($property_data->nummber_of_cats)) { $pets[] = 'Cats'; } if (!empty($property_data->nummber_of_dogs)) { $pets[] = 'Dogs'; } if (!empty($property_data->nummber_of_others)) { $pets[] = 'Others'; } @endphp @if (!empty($pets)) {!! implode(',', $pets) !!} @endif
Current Rent {!! $property_data->current_rate !!} Is employed?NoYesOthers
Credit History {!! $property_data->credit_history !!} Length Of Tenancy {!! $property_data->length_of_tenancy !!}
Landlord Reference {!! $property_data->landlord_reference !!} Landlord Name {!! $property_data->landlord_name !!}
Landlord Phone No. {!! $property_data->landlord_phone_no !!} consent to landlord? {!! $property_data->is_consent_check == 1 ? 'Yes' : 'No' !!}
Personal Reference {!! $property_data->personal_reference !!} Personal Reference Name {!! $property_data->name !!}
Reference's Phone Number {!! !empty($property_data->secondary_phone_number) ? $property_data->secondary_phone_number : '' !!} Reference's Relationship {!! !empty($property_data->relationship) ? $property_data->relationship : '' !!}
Is message to landlord? {!! $property_data->is_message_to_landlord == 1 ? 'Yes' : 'No' !!}
Message Landlord {!! $property_data->message_to_landlord !!}

Co-Applicant

Name {!! $property_request_co_applicant->co_applicant_name !!} Phone Number {!! $property_request_co_applicant->co_applicant_phone !!}
Co Applicant Description {!! $property_data->co_applicant_description !!}

Employment

Company Name {!! $property_data->company_name !!} Position {!! $property_data->position !!}
Annual Income {!! $property_data->annual_income !!} Supervisor Name {!! $property_data->supervisor_name !!}
Supervisor phone number {!! $property_data->supervisor_phone_number !!} Length of service {!! $property_data->length_of_service !!}

Vehicles

Name {!! $property_request_vehicle->vehicle_name !!} Vehicle Year {!! $property_request_vehicle->vehicle_year !!}