@extends('admin.layouts.app') @section('content') @include('admin.layouts.alert') @php $activeTab = $activeTab ?? 'auction'; $auction = $rules['auction'] ?? []; $teamComposition = $rules['teamComposition'] ?? []; $playerPool = $rules['playerPool'] ?? []; $financial = $rules['financial'] ?? []; $fairPlay = $rules['fairPlay'] ?? []; $advanced = $rules['advanced'] ?? []; $rulesValid = $rulesValid ?? true; $validationIssues = $validationIssues ?? []; $rulesLocked = $rulesLocked ?? false; $rulesReadonly = $rulesReadonly ?? false; @endphp
Configure Season 4 auction rules before opening the live auction.