[{{ $school['type'] }}] {{ $school['school_name'] }}

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

No Photo

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


Website: {{ $school['website'] }}
Type: {{ $school['type'] }}
School Type: {{ $school['school_type'] }}
Address: {{ $school['zip_code'] }}, {{ $school['address'] }} {{ $school['city'] }} {{ $school['state'] }}
Gender: {{ $school['gender'] }}
Grade: {{ $school['start_grade_text'] }} ~ {{ $school['end_grade_text'] }}
Religion: {{ $school['religion'] }}
Acres: {{ $school['acres'] }}
Number of Students: {{ $school['total_number_of_students'] }}
Intl Number: {{ $school['intl_number'] }}
Class size: {{ $school['class_size'] }}
Teacher to student ratio: {{ $school['teachcer_to_student_ratio'] }}
AP dual: {{ $school['ap_dual'] }}
sat: {{ $school['sat'] }}
esl: {{ $school['esl'] }}
Age Limit: {{ $school['age_limit'] }}
New Intl Enrollment Grade: {{ $school['new_intl_enrollment_grade'] }}
Fall Enrollment: {{ $school['fall_enrollment'] }}
Spring Enrollment: {{ $school['spring_enrollment'] }}
Testing Requirement: {{ $school['testing_requirement'] }}
Other Application Documents: {{ $school['other_application_documents'] }}
Program Fee: {{ $school['program_fee'] }}
Tuition: {{ $school['tuition'] }}
Application Fee: {{ $school['application_fee'] }}
Application Form: {{ $school['application_form'] }}
Other Fee: {{ $school['other_fees'] }}
Contact Info: {{ $school['contact_info'] }}
Note: {{ $school['note'] }}

@if($auth->grade_id!=2)
@foreach($school->hosts as $host) {{--
--}}

The {{ $host->inputHostMotherLastName }}`s family

{{ $host->inputZipCode }}, {{ $host->inputCity }}, {{ $host->selectAddrState }}

@if($host != $school->hosts[count($school->hosts)-1])
@endif @endforeach
@endif