@extends('layouts.mypage')
@if( empty($school) )
@section('page-header')
@endsection
@section('content')
@endsection
@else
@section('page-header')
@endsection
@section('content')
@include('include.school_content', array('type'=>'small'))
@endsection
@section('script')
@include('script.googleMap', array('type'=>'school'))
@endsection
@endif