@if (!$edit || $game->name !== '')
@endif @if (!$edit || $game->title !== '')
@endif
@if (!$edit || $game->bet !== '')
{!! Form::select('bet', $game->get_values('bet'), $edit ? $game->bet : '', ['class' => 'form-control', 'required' => true]) !!}
@endif @if (!$edit || $game->denomination !== '')
@php $denominations = array_combine(\VanguardLTE\Game::$values['denomination'], \VanguardLTE\Game::$values['denomination']); @endphp {!! Form::select('denomination', $denominations, $edit ? $game->denomination : '1.00', ['class' => 'form-control']) !!}
@endif @if (!$edit || $game->scaleMode !== '')
@endif @if (!$edit || $game->slotViewState !== '')
@endif
@if ($edit)
@endif