@extends('layouts.app') @section('content') @include('script.googleMap') {{--지도 동작 스크립트--}}

@lang('menu.featuredHost')

@foreach ($hosts as $host) @if ($i==0 || $i==4)
@endif
{{--
--}} {{----}} {{--
--}}
@if ($i==3 || $i==7)
@endif @endforeach

@lang('menu.featuredSchool')

@foreach ($schools as $school) @if ($i == 0 || $i == 3)
@endif

{{ $school->school_name }}

@if ( $school->type != 'public') {{ $school->type }} @else {{ $school->type }} @endif

{{ $school->address }}

@if ($i == 2 || $i == 5)
@endif @endforeach
@endsection