@extends('layouts.master') @section('title') {{ __('class_timetable') }} @endsection @section('content')
{{-- check for admin persmission --}} @if(Auth::user()->hasRole('Super Admin')) @can('timetable-create')
@endcan @elseif (Auth::user()->hasRole('Teacher'))
@else {{-- --}} @endif
@endsection