@extends('layouts.app') @section('title', config('app.name')) @section('content')
Player command center

Support, without the runaround.

Open a ticket and keep the full conversation in one place.

Open a new request

Command center support.

@if ($errors->any())
Please check your ticket.
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
@endsection