@extends('layouts.master') @section('title', 'Divisions and Schools') @section('style') @endsection @section('script') @endsection @section('content') @include('layouts.header') @include('layouts.header-sub')
@yield('title')


@foreach($school as $key=>$new_school) @endforeach
No. School Name ShortName Type
{{ ++$key }} {{ $new_school->school_name }} {{ $new_school->school_shortname }} {{ $new_school->school_type }}
@include('layouts.footer') @endsection