@section('script') @parent @endsection @section('style') @parent @endsection @component('admin.setting.components.game_probability_type_section', [ 'form_config'=>'admin.settings.clicktowin', 'help'=>'main_game_clicktowin', ]) @php $form = config('admin.settings.clicktowin')@endphp @component('admin.components.card', ['header'=>'Gameplay Settings', 'table'=>true ] )
Reset
@php $id = 'threshold'; $hasError = $errors->has($id) @endphp @component('admin.components.form_field', [ 'class'=> 'col-md-6 col-12 order-md-0 order-1', 'label'=>$form[$id]['label'], 'required'=>$form[$id]['req'], 'description'=>$form[$id]['descr'], 'hasError'=>$hasError ]) @component('admin.components.form_error_msg', ['hasError'=>$hasError]){{ $errors->first($id) }}@endcomponent @endcomponent @php $id = 'preview'; $hasError = $errors->has($id) @endphp @component('admin.components.form_field', [ 'class'=> 'col-md-6 col-12 order-md-1 order-0 bg-light border mt-2 p-2 rounded text-center', 'label'=>$form[$id]['label'], 'required'=>$form[$id]['req'], 'description'=>$form[$id]['descr'], 'hasError'=>$hasError ])
@endcomponent
@php $id = 'click_frames'; $hasError = $errors->has($id) @endphp @component('admin.components.form_field', [ 'class'=> 'mb-0 col-12 flex-grow-1 flex-shrink-1', 'label'=>$form[$id]['label'], 'required'=>$form[$id]['req'], 'description'=>$form[$id]['descr'], 'hasError'=>$hasError ]) @endcomponent
{{-- @foreach(range(1,3) as $i)--}} {{-- @endforeach--}}
# Click countShow frame on which click Frame Image1200x800px recommended New Frame
@endcomponent @endcomponent