@extends('backEnd.master') @section('title') @lang('reports.student_login_info') @endsection @section('mainContent')
{{ Form::open(['class' => 'form-horizontal', 'files' => true, 'route' => 'student_login_report_search', 'method' => 'POST', 'enctype' => 'multipart/form-data']) }}

@lang('common.select_criteria')

@if(moduleStatuscheck('University')) @includeIf('university::common.session_faculty_depart_academic_semester_level',['required' => ['US'], 'hide' => ['USUB']]) @else
@if ($errors->has('class')) {{ $errors->first('class') }} @endif
loader
@if ($errors->has('section')) {{ $errors->first('section') }} @endif
@endif
{{ Form::close() }} @if(isset($student_records))

@lang('reports.manage_login')

@php $count=1; @endphp @foreach($student_records as $record) @endforeach
@endif
@endsection @include('backEnd.partials.data_table_js') @push('script') @endpush