@extends('admin.layouts.app') @section('styles') @endsection @section('content') @include('admin.layouts.alert')

{{ $league->name }} — Demo Bid Simulator

Simulate team-owner bids without the mobile app. Use Live Control in another tab to manage the auction.

Loading auction state...

Bid as Team

Buttons apply to the player currently on stage in Live Control.

@endsection @section('scripts') @include('partials.socket-io') @endsection