@extends('layouts.master') @section('title') {{ __('exam_timetable') }} @endsection @section('content')
{!! Form::select('class_id', $class_sections, null, ['class' => 'form-control','id' => 'filter-class-id']) !!}
{{ __('id') }} {{ __('no.') }} {{ __('subject') }} {{ __('date') }} {{ __('start_time') }} {{ __('end_time') }} {{ __('total_marks') }} {{ __('passing_marks') }}
@endsection @section('script') @endsection