@extends('layouts.app') @section('title', 'Categories - Admin Panel') @section('content')
| {{ __('Name') }} | {{ __('Class Level') }} | {{ __('Color') }} | {{ __('Games Count') }} | {{ __('Status') }} | {{ __('Sort Order') }} | {{ __('Actions') }} |
|---|---|---|---|---|---|---|
|
{{ $category->name }}
@if($category->name_mm)
{{ $category->name_mm }} @endif |
{{ $category->class_level }} | {{ $category->color }} | {{ $category->games_count ?? 0 }} | @if($category->is_active) {{ __('Active') }} @else {{ __('Inactive') }} @endif | {{ $category->sort_order }} |
{{ __('Create your first category to get started.') }}
{{ __('Add Category') }}