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

GPA Classification Management-{{ $scheme->name }}

The following are the Class Award of this scheme

{{ Form::checkbox('gpa-class', old('gpa-class'), null, ['id' => 'gpa-class']) }} {!! Form::label('gpa-class', 'Add GPA Class Award') !!}
# Class Award Low Value High Value Action
@endsection @section('modals') @include('dashboard.settings.gpa-classifications.modals.edit_gpa_classification_modal') @endsection @section('css') @endsection @section('scripts') @endsection