@extends('layouts.app') @section('content')
Manage all evaluation categories
{{ session('success') }}
ID | Competition | Category Name | Max Marks | Passing Marks | Actions |
---|---|---|---|---|---|
{{ $category->id }} | {{ $category->competition->ecd_title ?? 'N/A' }} | {{ $category->name }} | {{ $category->max_marks }} | {{ $category->passing_marks }} |