@extends('backEnd.master') @section('title') @lang('academics.class_routine_create') @endsection @section('mainContent')

@lang('common.select_criteria')

{{ Form::open(['class' => 'form-horizontal', 'files' => true, 'route' => 'class_routine_new', 'method' => 'get', 'enctype' => 'multipart/form-data', 'id' => 'search_student']) }}
@if ($errors->has('class')) {{ $errors->first('class') }} @endif
loader
@if ($errors->has('section')) {{ $errors->first('section') }} @endif
{{ Form::close() }}
@if (isset($sm_weekends))

@lang('academics.class_routine_create')

loader
@endif @push('script') @if (isset($sm_weekends)) @endif @endpush @endsection @include('backEnd.partials.data_table_js') @include('backEnd.partials.date_picker_css_js')