@extends('layouts.mypage') @section('page-header')
No Host Family connected.
Type: {{$host_data['radioHomeType']}}
Bedroom: {{$host_data['inputBedNo']}}
Bathroom: {{$host_data['inputBathNo']}}
Ethnic Background(s):
@foreach ($ar_ethnic_background_list as $key => $value)
@if($key != 0),@endif {{$value}}
@endforeach
Languages :
@foreach ($ar_language_list as $key => $value)
@if($key != 0),@endif {{$value}}
@endforeach
Number of Children: {{ $host_data['selectNumberOfChildren'] }}
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
Household Pets : {{ $host_data['selectDogNo'] }} dogs, {{ $host_data['selectCatNo'] }} cats, {{ $host_data['selectOtherPetsNo'] }} other pets,
Family Activities :
@foreach ($ar_activities_list as $key => $value)
@if($key != 0),@endif {{$value}}
@endforeach
Near: {{ $host_data['selectEduSchoolList'] }}
Distance: {{ $host_data['selectDistSchool'] }} mile
Transportation:
@foreach ($ar_trans_list as $key => $value)
@if($key != 0),@endif {{$value}}
@endforeach
Type: {{ $host_data['radioCommunityLive'] }}
Distance Major City: {{ $host_data['selectNearestMajorCityDistance'] }} min.
Nearest Major International Airport:
{{ $host_data['inputNearestMajorInternationalAirport1'] }} / {{ $host_data['selectNearestMajorInternationalAirportDistance1'] }} miles
Interest point :
@foreach ($ar_interest_list as $key => $value)
@if($key != 0),@endif {{$value}}
@endforeach
{{ $review->comment }}
+ more reviews (total 100 reviews)
--}} @if( ($auth) && $auth->grade_id == 2 )