@extends('layouts.app') @section('content') @include('script.googleMap')

The {{ $host_data['inputHostMotherLastName'] }}'s Family

{{ $host_data['inputCity'] }}, {{ $host_data['selectAddrState'] }}, {{ $host_data['inputZipCode'] }}

{{--상단 사진 보기--}}
@if ( $photo_cnt != 0 ) @foreach($ar_photo_list as $key => $value)
@endforeach @else

No Photo

@endif
{{--하단 탭바--}}

hosts

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


other

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 : {{ !empty($host_data['selectDogNo'])&&$host_data['selectDogNo']!=0? $host_data['selectDogNo'].'dogs,':''}} {{ !empty($host_data['selectCatNo'])&&$host_data['selectCatNo']!=0? $host_data['selectCatNo'].'cats,':'' }} {{ !empty($host_data['selectOtherPetsNo'])&&$host_data['selectOtherPetsNo']!=0? $host_data['selectOtherPetsNo'].'other pets':'' }} {{!empty( $host_data['inputOtherPetexplain'])?'('.$host_data['inputOtherPetexplain'].')':''}}

Family Activities : @foreach ($ar_activities_list as $key => $value) @if($key != 0),@endif {{$value}} @endforeach


school

Near: {{ $host_data['selectEduSchoolList'] }}
Distance: {{ $host_data['selectDistSchool'] }} min.
Transportation:
@foreach ($ar_trans_list as $key => $value) @if($key != 0),@endif {{$value}} @endforeach


community

Type: {{ $host_data['radioCommunityLive'] }}
Distance Major City: {{ $host_data['inputNearestMajorCityName'] }} / {{ $host_data['selectNearestMajorCityDistance']}} miles
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

@foreach($host_data->reviews as $review)
{{ $review->user->firstname }} {{ $review->user->lastname }} - Jul/05/2025 15:21  

{{ $review->comment }}

@endforeach {{--

+ more reviews (total 100 reviews)

--}} @if( ($auth) && $auth->grade_id == 2 )
@endif
{{--
Experience

Facebook Internship

University of Missouri, Columbia
Student Health Center, June 2010 - 2012


Education

Bachelor of Science, PhD

University of Missouri, Columbia
Student Health Center, June 2010 through Aug 2011


Accomplishments

Successful Business

University of Missouri, Columbia
Student Health Center, June 2010 through Aug 2011

--}}
@endsection @section('script') @include('script.comment') @endsection