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

Grades Management-{{ $scheme->name }}

The following are the grades of this scheme

{{ Form::checkbox('grade', old('grades'), null, ['id' => 'grades']) }} {!! Form::label('grades', 'Add Grade') !!}
# Program Grade High Value Low Value Grade Points Grade Points Equation Action
@endsection @section('modals') @include('dashboard.settings.grades.modals.edit_grade_modal') @endsection @section('css') @endsection @section('scripts') @endsection