@extends('backEnd.master') @push('css') @endpush @section('title') @lang('teacherEvaluation.teacher_approved_evaluation_report') @endsection @section('mainContent')
{{--

@lang('teacherEvaluation.teacher_approved_evaluation_report')

--}}
{{ Form::open(['class' => 'form-horizontal', 'files' => true, 'route' => 'teacher-approved-evaluation-report-search', 'method' => 'GET', 'enctype' => 'multipart/form-data']) }} @include('backEnd.teacherEvaluation.report._teacher_evaluation_search_common_table') {{ Form::close() }}
@include( 'backEnd.teacherEvaluation.report._teacher_evaluation_report_common_table', ['approved_evaluation_button_enable' => false] )
@endsection @include('backEnd.partials.data_table_js') @include('backEnd.partials.multi_select_js') @push('script') @endpush