@extends('layouts.app') @section('title', 'Grade System') @section('content')

Grade System

বর্তমান ব্যবহৃত System

@php $active = $customSystem ?? $defaultSystem; @endphp @foreach($active->bands as $band) @endforeach
Range (%)Grade
{{ $band->min_percent }} - {{ $band->max_percent }}{{ $band->grade_label }}
@if(auth()->user()->hasRole('institution_head'))

নিজস্ব Custom Grade System তৈরি/আপডেট করুন

এটি আপনার প্রতিষ্ঠানের সকল Branch-এর জন্য প্রযোজ্য হবে।

@csrf

@endif @endsection