@extends('layouts.admin.app') @section('title', 'Player Categories') @push('style') @endpush @section('content')
| Category | League | Base ICL Coins | Color | Status | Created | Actions |
|---|---|---|---|---|---|---|
| {{ $category->name }} | {{ $category->league->name ?? '—' }} | {{ number_format($category->base_points) }} | {{ $category->color_code }} | {{ $category->is_active == \App\Models\PlayerCategory::IS_ACTIVE ? 'Active' : 'Inactive' }} | {{ $category->created_at?->format('d M Y, H:i') }} | Edit |
| No player categories found. | ||||||