@extends('admin.layouts.home') @section('title', 'Add New Game Category') @section('content')

Add New Game Category

Back to Categories
Category Information
@if($errors->any())
    @foreach($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
Enter a Bootstrap icon class (e.g., bi bi-controller, bi bi-puzzle). Use Bootstrap Icons for reference.
If enabled, this category will be visible to users.
Provide a brief description of the game category.
Common Game Icons Reference
bi bi-gamepad
bi bi-puzzle
bi bi-chess
bi bi-car
bi bi-person-running
bi bi-bolt
bi bi-basketball
bi bi-airplane-engines
@push('scripts') @endpush @endsection