@extends('admin.layouts.master') @section('title') Starter Page @endsection @section('css') @endsection @section('content')

Weekly Timetable per Section

@foreach($sections as $section)
{{ $section->name }} - (Level: {{ $section->level->name }})
@endforeach
@endsection @section('script') @endsection