@extends('backEnd.master') @push('css') @endpush @section('title') @lang('teacherEvaluation.teacher_wise_evaluation_report') @endsection @section('mainContent')
{{ Form::open(['class' => 'form-horizontal', 'files' => true, 'route' => 'teacher-wise-evaluation-report-search', 'method' => 'GET', 'enctype' => 'multipart/form-data']) }}

@lang('teacherEvaluation.teacher_wise_evaluation_report')

loader
{{ Form::close() }}
@include( 'backEnd.teacherEvaluation.report._teacher_evaluation_report_common_table', [ 'approved_evaluation_button_enable' => false, ] )
@endsection @include('backEnd.partials.data_table_js') @push('script') @endpush