@php $form = config('admin.settings.slotmachine')@endphp
@section('script')
@parent
@endsection
@section('style')
@endsection
@component('admin.setting.components.game_probability_type_slots_section', [
'form_config'=>'admin.settings.slotmachine',
'help'=>'main_game_spinandwin',
])
{{--
@php $id = 'tiles'; $hasError = $errors->has($id) @endphp
@component('admin.components.form_field_alt', [ 'class'=> '', 'label'=>$form[$id]['label'], 'required'=>$form[$id]['req'], 'description'=>$form[$id]['descr'], 'description_alt'=>$form[$id]['descr_alt'], 'hasError'=>$hasError ])
@component('admin.components.form_error_msg', ['hasError'=>$hasError]){{ $errors->first($id) }}@endcomponent
@endcomponent
@php $id = 'tile_uploader'; $hasError = $errors->has($id) @endphp
@component('admin.components.form_field_100', ['class'=>'d-none', 'label'=>$form[$id]['label'].' - Image', 'required'=>$form[$id]['req'], 'description'=>$form[$id]['descr'], 'description_alt'=>$form[$id]['descr_alt'], 'hasError'=>$hasError ])
@component('admin.components.form_error_msg', ['hasError'=>$hasError]){{ $errors->first($id) }}@endcomponent
@endcomponent
@php $id = 'widget_background'; $hasError = $errors->has($id) @endphp
@component('admin.components.form_field_alt', [ 'class'=> '', 'label'=>$form[$id]['label'], 'required'=>$form[$id]['req'], 'description'=>$form[$id]['descr'], 'description_alt'=>$form[$id]['descr_alt'], 'hasError'=>$hasError ])
@component('admin.components.form_error_msg', ['hasError'=>$hasError]){{ $errors->first($id) }}@endcomponent
@endcomponent
@php $id = 'tile_background'; $hasError = $errors->has($id) @endphp
@component('admin.components.form_field_alt', [ 'class'=> '', 'label'=>$form[$id]['label'], 'required'=>$form[$id]['req'], 'description'=>$form[$id]['descr'], 'description_alt'=>$form[$id]['descr_alt'], 'hasError'=>$hasError ])
@component('admin.components.form_error_msg', ['hasError'=>$hasError]){{ $errors->first($id) }}@endcomponent
@endcomponent
@php $id = 'count'; $hasError = $errors->has($id) @endphp
@component('admin.components.form_field_alt', [ 'class'=> '', 'label'=>$form[$id]['label'], 'required'=>$form[$id]['req'], 'description'=>$form[$id]['descr'], 'description_alt'=>$form[$id]['descr_alt'], 'hasError'=>$hasError ])
@component('admin.components.form_error_msg', ['hasError'=>$hasError]){{ $errors->first($id) }}@endcomponent
@endcomponent
@php $id = 'animation'; $hasError = $errors->has($id) @endphp
@component('admin.components.form_field_alt', [ 'class'=> '', 'label'=>$form[$id]['label'], 'required'=>$form[$id]['req'], 'description'=>$form[$id]['descr'], 'description_alt'=>$form[$id]['descr_alt'], 'hasError'=>$hasError ])
@component('admin.components.form_error_msg', ['hasError'=>$hasError]){{ $errors->first($id) }}@endcomponent
@endcomponent
@php $id = 'default'; $hasError = $errors->has($id) @endphp
@component('admin.components.form_field_alt', [ 'class'=> '', 'label'=>$form[$id]['label'], 'required'=>$form[$id]['req'], 'description'=>$form[$id]['descr'], 'description_alt'=>$form[$id]['descr_alt'], 'hasError'=>$hasError ])
@component('admin.components.form_error_msg', ['hasError'=>$hasError]){{ $errors->first($id) }}@endcomponent
@endcomponent
@php $id = 'tile_position'; $hasError = $errors->has($id) @endphp
@component('admin.components.form_field_alt', [ 'class'=> '', 'label'=>$form[$id]['label'], 'required'=>$form[$id]['req'], 'description'=>$form[$id]['descr'], 'description_alt'=>$form[$id]['descr_alt'], 'hasError'=>$hasError ])
@component('admin.components.form_error_msg', ['hasError'=>$hasError]){{ $errors->first($id) }}@endcomponent
@endcomponent
@php $id = 'tile_size'; $hasError = $errors->has($id) @endphp
@component('admin.components.form_field_alt', [ 'class'=> '', 'label'=>$form[$id]['label'], 'required'=>$form[$id]['req'], 'description'=>$form[$id]['descr'], 'description_alt'=>$form[$id]['descr_alt'], 'hasError'=>$hasError ])
@component('admin.components.form_error_msg', ['hasError'=>$hasError]){{ $errors->first($id) }}@endcomponent
@endcomponent
@php $id = 'tile_spacing'; $hasError = $errors->has($id) @endphp
@component('admin.components.form_field_alt', [ 'class'=> '', 'label'=>$form[$id]['label'], 'required'=>$form[$id]['req'], 'description'=>$form[$id]['descr'], 'description_alt'=>$form[$id]['descr_alt'], 'hasError'=>$hasError ])
@component('admin.components.form_error_msg', ['hasError'=>$hasError]){{ $errors->first($id) }}@endcomponent
@endcomponent
{{-- preview --}}