@extends('backend.layouts.app') @section('page-title', trans('app.games')) @section('page-heading', trans('app.games')) @section('content')
@include('backend.partials.messages')

@lang('app.game_update')

{!! Form::select('rezerv', $emptyGame->get_values('rezerv', true), '', ['class' => 'form-control']) !!}
{!! Form::select('bet', $emptyGame->get_values('bet', true), '', ['class' => 'form-control']) !!}
{!! Form::select('gamebank', ['' => '---'] + $emptyGame->gamebankNames, '', ['class' => 'form-control']) !!}
  • @foreach([1,3,5,7,9,10] AS $index)
    {!! Form::select('garant_win' . $index, $emptyGame->get_values('garant_win' . $index, true), '', ['class' => 'form-control']) !!}
    {!! Form::select('winline' . $index, $emptyGame->get_values('winline' . $index, true), '', ['class' => 'form-control']) !!}
    @if( !auth()->user()->shop_id )
    {!! Form::select('match_winline' . $index, $emptyGame->get_values('match_winline' . $index, true), '', ['class' => 'form-control']) !!}
    @endif @endforeach
@foreach([1,3,5,7,9,10] AS $index)
{!! Form::select('garant_bonus' . $index, $emptyGame->get_values('garant_bonus' . $index, true), '', ['class' => 'form-control']) !!}
{!! Form::select('winbonus' . $index, $emptyGame->get_values('winbonus' . $index, true), '', ['class' => 'form-control']) !!}
@if( !auth()->user()->shop_id )
{!! Form::select('match_winbonus' . $index, $emptyGame->get_values('match_winbonus' . $index, true), '', ['class' => 'form-control']) !!}
@endif @endforeach