@extends('layouts.master') @section('navigation') @include('local.managers.admins._navigation') @stop @section('main')
@foreach($templates as $template) @endforeach
Name School
{{ HTML::linkAction('TemplatesController@show', $template->name, array($template->id)) }} @if($template->school) {{$template->school->name}} @else All (global) @endif
@stop @section('included-js') @include('global._datatables_js') @stop