@extends('layouts.admin') @section('title', 'Belt Tests Management') @section('content')
Create your first belt test to get started with managing student assessments.
Create Belt Test| Test Name | Belt Level | Test Date | Status | Participants | Actions |
|---|---|---|---|---|---|
{{ $test->name ?? 'Sample Belt Test' }}{{ $test->description ?? 'Test description' }} |
{{ $test->belt_level ?? 'Yellow Belt' }} | {{ $test->test_date ?? now()->format('M d, Y') }} | {{ $test->status ?? 'Upcoming' }} | {{ $test->participants_count ?? '0' }} students |