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

Shift Grade Scheme

The following is the list of grade schemes which are used to grade students, click the button to shift all grade schemes to next academic year.

@if (count($grade_scheme_only) > 0) @foreach ($grade_scheme_only as $grade_scheme_onlys => $item) @endforeach @endif
# Scheme Name Action
{{ $grade_scheme_onlys + 1 }} {{ $item->name }} @if ($srs->check_scheme($item->scheme_id) == 6 || $srs->check_scheme($item->scheme_id) == 5) Shift @else Shift @endif UnShift
@endsection @section('modals') {{-- @include('dashboard.settings.grade-schemes.modals.edit_grade_scheme_modal') --}} @endsection @section('css') @endsection @section('scripts') @endsection