@extends('backEnd.master') @push('css') @endpush @section('title') @lang('behaviourRecords.assign_incident') @endsection @section('mainContent')
{{ Form::open(['class' => 'form-horizontal', 'files' => true, 'route' => 'behaviour_records.assign_incident_search', 'method' => 'POST', 'enctype' => 'multipart/form-data', 'id' => 'infix_form']) }}

@lang('behaviourRecords.select_criteria')

@if (moduleStatusCheck('University')) @includeIf( 'university::common.session_faculty_depart_academic_semester_level', ['mt' => 'mt-30', 'hide' => ['USUB'], 'required' => ['USEC']] )
@else @include('backEnd.common.search_criteria', [ 'mt' => 'mt-0', 'div' => 'col-lg-4', 'required' => ['academic'], 'visiable' => ['academic', 'class', 'section'], 'selected' => ['section_id' => $data['section_id'], 'class_id' => $data['class_id'], 'academic_year' => $data['academic_year']], ])
@endif
{{ Form::close() }}

@lang('behaviourRecords.assign_incident_list')

@lang('behaviourRecords.admission_no') @lang('behaviourRecords.student_name') @lang('behaviourRecords.class') @lang('behaviourRecords.gender') @lang('behaviourRecords.phone') @lang('behaviourRecords.total_points') @lang('behaviourRecords.total_incidents') @lang('behaviourRecords.actions')
@endsection @include('backEnd.partials.data_table_js') @include('backEnd.partials.server_side_datatable') @include('backEnd.partials.multi_select_js') @push('script') @endpush