Printed at {{date('d M Y H:i:s')}}
Name : |
{{ucfirst($resident->complainant_name)}} ({{$resident->gender}}) |
Phone : |
{{$resident->contact_no}}@if(isset($resident->contact_no_2)){{'/'.$resident->contact_no_2}}@endif |
Email : |
{{$resident->email}} |
Institute Email : |
@if(isset($resident->institute_email)){{$resident->institute_email}}@endif |
Current residence : |
{{$resident->building_name}} / {{$resident->apartment_name}} ({{$resident->unit_name}}) since {{$resident->living_start_at}} |
Created since : |
{{$resident->approved_at}} |
Blood Group : |
{{trim($resident->blood_group, '"')}} |
Emergency Contact : |
@if(isset($resident->emergency_contact)){{$resident->emergency_contact}}@endif |
Date of birth : |
{{trim($resident->dob, '"')}} |
Aadhar Number : |
@if(isset($resident->adhaar_no)){{$resident->adhaar_no}}@endif |
PAN : |
@if(isset($resident->pan)){{$resident->pan}}@endif |
Admission Number : |
@if(isset($academicDetail->registration_no)){{$academicDetail->registration_no}}@endif |
Roll Number : |
@if(isset($academicDetail->reference_number)){{$academicDetail->reference_number}}@endif |
@if(!empty($academic_course) && $academic_course->label_en!=""){{$academic_course->label_en}}@endif : |
@if(isset($academicDetail->course_name)){{$academicDetail->course_name}}@endif |
Batch : |
@if(isset($academicDetail->branch_name)){{$academicDetail->branch_name}}@endif |
Year : |
@if(isset($academicDetail->course_year)){{$academicDetail->course_year}}@endif |
|
@if(!empty($resident->file))
{{-- --}}
@else
@endif
|
@if ($show_address_details == 1)
Address Details
@foreach($addressDetailKeys as $key => $value)
{{ucwords(str_replace('_', ' ', $key))}} |
@endforeach
@if(isset($addressDetails))
@foreach($addressDetailKeys as $key => $value)
@if(isset($addressDetails->{$key}))
{{ $addressDetails->{$key} }}
@else
{{ '-' }}
@endif
|
@endforeach
@else
Address details not available |
@endif
@endif
Parent Information
Name |
Phone |
Email |
Address |
@if(isset($resident->parents))
@php
$parents=json_decode($resident->parents);
@endphp
@foreach($parents as $parent)
@if(isset($parent->name)){{$parent->name}}@endif |
@if(isset($parent->phone_number)){{$parent->phone_number}}@endif |
@if(isset($parent->email)){{$parent->email}}@endif |
@if(isset($parent->address)){{$parent->address}}@endif |
@endforeach
@else
Parents details not available |
@endif
Local Guardians
Name |
Phone |
Email |
Address |
Relation |
@if(isset($resident->local_guardians))
@php
$guardians=json_decode($resident->local_guardians);
@endphp
@foreach($guardians as $guardian)
@if(isset($guardian->name)){{$guardian->name}}@endif |
@if(isset($guardian->phone_number)){{$guardian->phone_number}}@endif |
@if(isset($guardian->email)){{$guardian->email}}@endif |
@if(isset($guardian->address)){{$guardian->address}}@endif |
@if(isset($guardian->relation)){{$guardian->relation}}@endif |
@endforeach
@else
Guardian details not available |
@endif
Personal vehicle Declaration
Driving License : |
@if(isset($resident->driving_license)){{$resident->driving_license}}@endif |
Vehicle Type : |
@if(isset($vehicleDetail->vehicle_type)){{$vehicleDetail->vehicle_type}}@endif |
Vehicle registration Certificate : |
@if(isset($vehicleDetail->vehicle_registration_certificate))File link@endif |
Vehicle Insurance Policy : |
@if(isset($vehicleDetail->vehicle_insurance_policy)){{$vehicleDetail->vehicle_insurance_policy}}@endif |
|
Valid PUC : |
@if(isset($vehicleDetail->puc_certificate))File link@endif |
Vehicle Owner’s Name : |
@if(isset($vehicleDetail->vehicle_owner_Name)){{$vehicleDetail->vehicle_owner_Name}}@endif |
Vehicle owner’s Contact : |
@if(isset($vehicleDetail->vehicle_owner_ontact)){{$vehicleDetail->vehicle_owner_ontact}}@endif |
|
Insurance Policy
Insurance Policy Number : |
@if(isset($resident->insurance_policy_number)){{$resident->insurance_policy_number}}@endif |
Insurance Company : |
@if(isset($resident->insurance_company)){{$resident->insurance_company}}@endif |
|
Insurance TPA : |
@if(isset($resident->insurance_tpa)){{$resident->insurance_tpa}}@endif |
Amount Covered : |
@if(isset($resident->amount_covered)){{$resident->amount_covered}}@endif |
|
Anti-Ragging
Declaration by Student: |
@if(isset($resident->anti_ragging_declaration_by_student)){{$resident->anti_ragging_declaration_by_student}}@endif |
Declaration by Parent : |
@if(isset($resident->anti_ragging_declaration_by_student)){{$resident->anti_ragging_declaration_by_student}}@endif |
|
Indemnity Bond : |
@if(isset($resident->indemnity_bond)){{$resident->indemnity_bond}}@endif |
|
Medical
Hostel Undertaking: |
@if(isset($resident->hostel_undertaking)){{$resident->hostel_undertaking}}@endif |
Medical Declaration : |
@if(isset($resident->medical_declaration)){{$resident->medical_declaration}}@endif |
Medical Fitness Certificate/Self Declaration : |
@if(isset($resident->medical_fitness_certificate_self_declaration)){{$resident->medical_fitness_certificate_self_declaration}}@endif |
Any major illness/Allergies : |
@if(isset($resident->major_illness_allergies)){{$resident->major_illness_allergies}}@endif |
|
Severity : |
@if(isset($resident->severity)){{$resident->severity}}@endif |
Any Medicines you will carry with you : |
@if(isset($resident->medicines_you_will_carry_with_you)){{$resident->medicines_you_will_carry_with_you}}@endif |
Other remarks : |
@if(isset($resident->other_remarks)){{$resident->other_remarks}}@endif |
Medical Declaration : |
@if(isset($resident->medical_declaration)){{$resident->medical_declaration}}@endif |
|
Living History
Residence | Type | From | To |
@foreach($residenceHistory as $residence)
{{$residence->name}} / {{$residence->apartment_name}} | {{$residence->unit_type}} | {{$residence->living_start_at}} | {{$residence->end_at}} |
@endforeach
@if(isset($walletTransactions))
Wallet transactions
Date |
Type |
Amount |
Description |
Balance |
@foreach($walletTransactions as $transaction)
{{$transaction->clear_date}} | {{$transaction->direction}} | {{$transaction->amount}} | {{$transaction->trans_description}} | {{$transaction->community_balance}} |
@endforeach
@endif
@if(isset($rent_bills))
Rent bills
Bill No. |
Net |
Residence |
Billed at |
Type |
From |
To |
Cancelled? |
@foreach($rent_bills as $bill)
{{$bill->bill_id}} | {{$bill->net_amount}} |
{{$bill->building}} / {{$bill->apartment_name}} | {{$bill->approved_at}} | {{$bill->billing_type}} |
{{$bill->from_date}} | {{$bill->to_date}} |
@if(!empty($bill->cancelled_by))
Yes
@else
No
@endif
|
@endforeach
@endif
@if(isset($other_charges))
Other bills
Bill No. |
Amount |
Residence |
Billed at |
Type |
From |
To |
Cancelled? |
@foreach($other_charges as $bill)
{{$bill->bill_id}} | {{$bill->amount}} | {{$bill->building_name}} / {{$bill->apartment_name}} |
{{$bill->approved_at}} | {{$bill->charge_text}} |
{{$bill->from_date}} | {{$bill->to_date}} |
@if(!empty($bill->cancelled_by))
Yes
@else
No
@endif
|
@endforeach
@endif
KYC Documents
@foreach($documents as $document)
@if($document->file_name!='')
@if($document->ext!="pdf")
}})
@else
PDF link
@endif
@else
Document file not available.
@endif
{{$document->id_proof}}
@endforeach
@if(!empty($resident_tracking_leaves) && $resident_tracking_leaves->label_en!=""){{$resident_tracking_leaves->label_en}}@endif
Request No. |
Request at. |
From |
to |
Reason |
Guardian Approval |
Approved by |
Reported on |
@foreach($leave_report as $leave)
{{$leave->id}} |
{{$leave->created_at}} |
{{$leave->from_date}} |
{{$leave->to_date}} |
{{$leave->template_description}} |
{{$leave->ex_approval_status}} |
{{$leave->approved_by_name}} |
{{$leave->reporting_dt}} |
@endforeach
Complains
Complain No. |
Description |
Complaint Date |
Status |
@foreach($complains as $key=>$complain)
{{++$key}} |
{{$complain->complaint_subject}} |
{{$complain->complaint_date}} {{$complain->complaint_time}} |
{{$complain->complaint_status}} |
@endforeach
Allotment
@if(count($allotmentRestDetails)>0)
Session: {{$allotmentRestDetails[0]->session_name}} Apartment: {{$allotmentRestDetails[0]->apartment_name}} Building Name: {{$allotmentRestDetails[0]->building_name}} Unit Type: {{$allotmentRestDetails[0]->unit_type_name}}
Living Start Date: {{$allotmentRestDetails[0]->living_start_at}} Booked Upto: {{$allotmentRestDetails[0]->booked_up_to}}
Payment Date: {{$allotmentRestDetails[0]->complete_at}}
Amount: {{$allotmentRestDetails[0]->amount}}
Discount: {{$allotmentRestDetails[0]->discount}}
Net Amount: {{$allotmentRestDetails[0]->net_amount}}
@else
No data found!
@endif