{{$communityInfo->cust_name}}

{{$communityInfo->contact_address}}
E-mail: {{$communityInfo->email}}
Phone: {{$communityInfo->phone}}, GST: {{$communityInfo->gst_no}}

Enquiry List

@if(!empty($building_name)) Building: {{$building_name}} @endif Period {{date('d M Y',strtotime($from))}} - {{date('d M Y',strtotime($to))}}Printed at {{date('d M Y H:i:s')}}

Status Summary:

@foreach($data as $status=>$enquiries) @endforeach
{{$status_array[$status]}}: {{count($enquiries)}}
@foreach($data as $status=>$enquiries)

Enquiry status: {{$status_array[$status]}} - Total {{count($enquiries)}}

@php $count=1; @endphp @foreach($enquiries as $key=>$val)
S.No: {{$count++}} Enquiry id: {{$val->id}} Name: {{ucfirst($val->name)}} Date: {{date('d M Y',strtotime($val->created_at))}}
Email: {{$val->email}} Phone: {{$val->phone}} Gender: {{$val->gender}} Joining Date: {{$val->tentative_joining_date}} Occuption: {{($val->occupation == 1) ? 'Student' : 'Working'}}
Address: {{$val->permanent_address}} City: {{$val->city}} State: {{$val->state}} Pincode: {{$val->pin_code}}
Father- Name: {{ucfirst($val->father_name)}}, Phone: {{$val->father_contact}}, Email: {{$val->father_email}} Mother- Name: {{ucfirst($val->mother_name)}}, Phone: {{$val->mother_contact}}, Email: {{$val->mother_email}}
Advance: {{intval($val->advance_amount)}} Form Fee: {{$val->form_fee_status}} Admission Fee: {{$val->admission_fee_status}} Deposit Fee: {{$val->deposit_fee_status}}
Room choice {{$val->room_choice_names}} Institute Name: {{$val->institution_name}} Referred By: {{$val->referred_by}}
@endforeach @endforeach

For any discrepency, report to support@fretbox.in