@extends('layouts.mypage') @if( empty($school) ) @section('page-header')

My School

@endsection @section('content')

No School connected.

@endsection @else @section('page-header')

My School

@endsection @section('content')
@include('include.school_content', array('type'=>'small'))
@endsection @section('script') @include('script.googleMap', array('type'=>'school')) @endsection @endif