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

{{ __('create') . ' ' . __('Class') }}

@foreach ($mediums as $medium)
@endforeach
@foreach ($sections as $section)
@endforeach
@if (count($semesters) > 0)
@endif

{{ __('list') . ' ' . __('Class') }}

{{ __('id') }} {{ __('no.') }} {{ __('name') }} {{ __('Shift') }} {{ __('Semester') }} {{ __('section') }} {{ __('created_at') }} {{ __('updated_at') }} {{ __('action') }}
@endsection @section('js') @endsection