@extends('layouts.admin') @section('title', 'Configuration Management') @section('content')
| ID | Difficulty | Short Description> | Description | Status | Actions |
|---|---|---|---|---|---|
| {{ $difficulty->id }} | {{ $difficulty->difficulty ?? '' }} | {{ $difficulty->short_description ?? '' }} | {{ $difficulty->description ?? '' }} | {{ $difficulty->status->status ?? '—' }} |
| ID | Type | Description | Status | Actions |
|---|---|---|---|---|
| {{ $type->id }} | {{ $type->type ?? '' }} | {{ $type->description ?? '' }} | {{ $type->status->status ?? '—' }} |
| ID | Level | Description | Age | Maxile Range | Status | Actions |
|---|---|---|---|---|---|---|
| {{ $level->id }} | {{ $level->level ?? '' }} | {{ $level->description ?? '' }} | {{ $level->age ?? '' }} |
{{ $level->start_maxile_level ?? 0 }} - {{ $level->end_maxile_level ?? 0 }}
-
|
{{ $level->status->status ?? '—' }} |
| ID | Status | Description | Actions |
|---|---|---|---|
| {{ $status->id }} | {{ $status->status ?? '' }} | {{ $status->description ?? '' }} |
| ID | Role Name | Description | Users Count | Actions |
|---|---|---|---|---|
| {{ $role->id }} | {{ $role->role ?? '' }} | {{ $role->description ?? '' }} | {{ $role->users_count ?? 0 }} | @if(($role->role ?? '') !== 'Super Admin') @endif |
| ID | Unit | Description | Actions |
|---|---|---|---|
| {{ $unit->id }} | {{ $unit->unit ?? '' }} | {{ $unit->description ?? '' }} |