Grading Setup Data

Grading Record Table
{{-- --}} @foreach($gradings as $grading) @endforeach
Grade Equivalent Percentage Description ActiveCreatedUpdated Action
{{$grading->grade ?? null}} {{$grading->equivalent ?? null}} {{$grading->percentage ?? null}} {{$grading->description ?? null}} @if($grading->active) Yes @else No @endif {{$grading->created_at}} {{$grading->updated_at}}