@extends('layouts.admin.app') @section('title', 'Add New Player') @push('style') @endpush @section('content')
@include('admin.layouts.alert')

Add New Player

1. Player Information
2. Key State Overview
@csrf {{-- ===================== STEP 1 — PLAYER INFORMATION ===================== --}}

Profile Photo

Basic Detail

{{-- POPULARITY SKILLS --}}

Popularity Skills

{{-- Shown only when the "Other" skill is selected --}}
{{-- SOCIAL MEDIA REACH --}}

Social Media Reach

{{-- SOCIAL MEDIA FOLLOWERS --}}

Social Media Followers

{{-- ===================== STEP 2 — KEY STATE OVERVIEW ===================== --}}

Player's Key Statistics

{{-- The first row is stored as the player's best performance. --}}

Add Tournament

{{-- Templates for JS-added rows (placeholder __IDX__ replaced client-side) --}}
@endsection @push('script') @endpush