@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 ] )
| # | Click countShow frame on which click | Frame Image1200x800px recommended | New Frame | @php $id = 'frame_select'; @endphp @component('admin.components.form_field_100', ['required'=>$form[$id]['req'], 'description'=>$form[$id]['descr']]) @endcomponent |
@php $id = 'img'; @endphp
@component('admin.components.form_field', ['class'=>'col-md-12', 'required'=>$form[$id]['req'], 'description'=>$form[$id]['descr'] ])
|
{{-- @endforeach--}} |
|---|