@extends('layouts.mypage') @section('page-header')

My Host

@endsection @if ( empty($host_data) ) @section('content')

No Host Family connected.

@endsection @else @section('content')

The {{ $host_data->user->lastname }}'s Family

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

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

Number of Children: {{ $host_data['selectNumberOfChildren'] }}


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 : {{ $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


school

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


community

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

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

No Photo

@endif
{{--하단 탭바--}}
@foreach($host_data->reviews as $review)
{{ $review->user->firstname }} {{ $review->user->lastname }} - Jul/05/2025 20:39  

{{ $review->comment }}

@endforeach {{--

+ more reviews (total 100 reviews)

--}} @if( ($auth) && $auth->grade_id == 2 )
@endif
@endsection @endif @section('script') @include('script.googleMap') @include('script.comment') @endsection