@extends('layouts.app') @section('title') Grading System @endsection @section('content')
@if (session('success')) @elseif(session('error')) @endif
Grading Systems
@if (session('delete')) @endif
@foreach ($grading_schemes as $grading_scheme) @endforeach
# Grading Sytem Name Action
{{ $grading_scheme->index + 1 }} {{ $grading_scheme->scheme }}

Create Grading System
  • assistant_photoAction
  • printAnother action
  • favoriteSomething else here
@endsection