@extends('layouts.dashboard') @section('title-content') {{ config('app.name') }} | Students Mean Test @endsection @section('content')

Students Mean Test

Below is the list of students with respective mean test allocations from their sponsors.Use the form below to search for a particular student. Click here to upload student mean test Upload Student Mean Tests

{!! Form::label('student_type', 'Student Type') !!} {!! Form::select( 'student_type', $filter_by, null, $errors->has('student_type') ? ['class' => 'form-control is-invalid', 'id' => 'student_type'] : ['class' => 'form-control', 'id' => 'student_type'], ) !!}
{!! Form::label('type', 'Type here.') !!} {!! Form::text( 'type', old('type'), $errors->has('type') ? ['placeholder' => 'Type here.', 'class' => 'form-control is-invalid'] : ['placeholder' => 'Type here.', 'class' => 'form-control'], ) !!}
{!! Form::label('status', 'Status') !!} {!! Form::select( 'status', $status, null, $errors->has('status') ? ['class' => 'form-control is-invalid', 'id' => 'status'] : ['class' => 'form-control', 'id' => 'status'], ) !!}
{!! Form::label('program', 'Studying') !!} {!! Form::select( 'program', $programs, 'All', $errors->has('program') ? ['class' => 'form-control is-invalid', 'id' => 'program'] : ['class' => 'form-control', 'id' => 'program'], ) !!}
{!! Form::button('Go', ['type' => 'submit', 'class' => 'btn btn-warning']) !!}
# Student Name Sex Registration No. Form IV Index No. Programme Yos Tuition Fee
@endsection @section('scripts') @endsection