@extends('layouts.tv') @section('content')
Live Auction Control Live
— / — Player LIVE --:-- --

Waiting for player…

BID Placed BY
Total Bids
0
Last BID
--:--
Base BID
Next Minimum BID
Recent BIDS

No bids yet

Team Status

No teams

{{-- PLAYER SOLD popup --}} {{-- Sold players carousel (paused / unsold / completed) --}}
@endsection @section('scripts') @php $clockSyncVersion = @filemtime(public_path('assets/js/auction/auction-clock-sync.js')) ?: time(); $timerThresholdsVersion = @filemtime(public_path('assets/js/auction/auction-timer-thresholds.js')) ?: time(); $tvDisplayVersion = @filemtime(public_path('assets/js/auction/tv-display.js')) ?: time(); @endphp @include('partials.socket-io') @endsection