@extends('layouts.master') @section('title') {{ __('teacher_timetable') }} @endsection @section('content')

@can('timetable-create')
@endcan

@cannot('timetable-create')
@endcannot

@endsection @section('script') @endsection