Near :
{{ $host['selectEduSchoolList'] }}
Bedroom :
{{$host['inputBedNo']}}
Distance:
{{ $host['selectDistSchool'] }} min.
Bathroom :
{{$host['inputBathNo']}}
Transportation:
@foreach ($ar_trans_list as $key => $value)
@if($key != 0),@endif {{$value}}
@endforeach
Household Pets :
{{ ($host['selectDogNo']=='')?'0':$host['selectDogNo'] }} dogs, {{ ($host['selectCatNo']=='')?'0':$host['selectCatNo'] }} cats, {{ ($host['selectOtherPetsNo']=='')?'0':$host['selectOtherPetsNo'] }} other pets
student has access:
@foreach ($ar_amenities_list as $key => $value)
@if($key != 0),@endif {{$value}}
@endforeach
student’s bedroom:
@foreach ($ar_stdbedroom_list as $key => $value)
@if($key != 0),@endif {{$value}}
@endforeach
Family Activities :
@foreach ($ar_activities_list as $key => $value)
@if($key != 0),@endif {{$value}}
@endforeach