@extends('layouts.dashboard') @section('title-content') {{ config('app.name') }} |Grade Scheme Index @endsection @section('content')

Grade Scheme Management

The following is the list of grade schemes which are used to grade students, click the scheme name to view the grades of the scheme

{{ Form::checkbox('grade-scheme', old('grade-scheme'), null, ['id' => 'grade-scheme']) }} {!! Form::label('grade-scheme', 'Add Grade Scheme') !!}
# Scheme Name GPA Classification Actions
@endsection @section('modals') @include('dashboard.settings.grade-schemes.modals.edit_grade_scheme_modal') @endsection @section('css') @endsection @section('scripts') @endsection