@extends('layouts.master') @section('title') {{ __('manage') . ' ' . __('exam') . ' ' . __('timetable') }} @endsection @section('content')

{{ __('create') . ' ' . __('exam') . ' ' . __('timetable') }}


{{-- container for adding multiple subjects time table when "+" btn is clicked --}}

{{ __('list') . ' ' . __('exam') . ' ' . __('timetable') }}

{{ __('id') }} {{ __('no.') }} {{ __('exam') }} {{ __('name') }} {{ __('class') }} {{ __('stream') }} {{ __('timetable') }} {{ __('session_years') }} {{ __('created_at') }} {{ __('updated_at') }} {{ __('action') }}
@endsection