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

GPA Management-{{ $faculty->faculty_name }}

The following are the GPA's

{{ Form::checkbox('gpa', old('gpa'), null, ['id' => 'gpa']) }} {!! Form::label('gpa', 'Add GPA') !!}
# Supplementary GPA Continue Student GPA Action
@endsection @section('modals') @include('dashboard.settings.grades.modals.edit_grade_modal') @endsection @section('css') @endsection @section('scripts') @endsection