File "f35f4a2d020db54f373fd482f51c7a6ae0f5e442.php"

Full Path: /home/fundopuh/trader.fxex.org/storage/framework/views/f35f4a2d020db54f373fd482f51c7a6ae0f5e442.php
File size: 7.36 KB
MIME-type: text/plain
Charset: utf-8

<div>
    <div class="row">
        <div class="col-12">

            <h3 class="text-info">This section describes how you want to use onlinetrader software.</h3>
            <form action="">
                <div class="row">
                    <div class="col-lg-8 offset-lg-2 text-center" wire:loading wire:target='updateModule'>
                        <progress max="100"></progress>
                        <p class="m-0">Loading, please wait...</p>
                    </div>
                    <div class="mt-4 col-md-6">
                        <h5 class="">Investment:</h5>
                        <div class="selectgroup">
                            <label class="selectgroup-item">
                                <input type="radio" class="selectgroup-input" name="investment"
                                    wire:click="updateModule('investment','true')"
                                    <?php echo e($mod['investment'] == 'true' ? 'checked' : ''); ?>>
                                <span class="selectgroup-button">Enabled</span>
                            </label>
                            <label class="selectgroup-item">
                                <input type="radio" class="selectgroup-input" name="investment"
                                    wire:click="updateModule('investment','false')"
                                    <?php echo e($mod['investment'] == 'false' ? '' : 'checked'); ?>>
                                <span class="selectgroup-button">Disabled</span>
                            </label>
                        </div>
                        <div class="mt-2 pr-3">
                            <small class="">All features relating to user investment will be
                                displayed on user dashboard(buying of plan and earning profit etc..).</small>
                        </div>
                    </div>

                    <div class="mt-4 col-md-6">
                        <h5 class="">Crypto Swap:</h5>
                        <div class="selectgroup">
                            <label class="selectgroup-item">
                                <input type="radio" class="selectgroup-input" name="cryptoswap"
                                    wire:click="updateModule('cryptoswap','true')"
                                    <?php echo e($mod['cryptoswap'] ? 'checked' : ''); ?>>
                                <span class="selectgroup-button">Enabled</span>
                            </label>
                            <label class="selectgroup-item">
                                <input type="radio" class="selectgroup-input" name="cryptoswap"
                                    wire:click="updateModule('cryptoswap','false')"
                                    <?php echo e($mod['cryptoswap'] ? '' : 'checked'); ?>>
                                <span class="selectgroup-button">Disabled</span>
                            </label>
                        </div>
                        <div class="mt-2">
                            <small class="">If enabled, the system will display all
                                functionalities about crypto swapping on user dashboard.</small>
                        </div>
                    </div>


                    <div class="mt-4 col-md-6">
                        <h5 class="">MAM - Copytrading: </h5>
                        <div class="selectgroup">
                            <label class="selectgroup-item">
                                <input type="radio" class="selectgroup-input" name="subscription"
                                    wire:click="updateModule('subscription','true')"
                                    <?php echo e($mod['subscription'] ? 'checked' : ''); ?>>
                                <span class="selectgroup-button">Enabled</span>
                            </label>
                            <label class="selectgroup-item">
                                <input type="radio" class="selectgroup-input" name="subscription"
                                    wire:click="updateModule('subscription','false')"
                                    <?php echo e($mod['subscription'] ? '' : 'checked'); ?>>
                                <span class="selectgroup-button">Disabled</span>
                            </label>
                        </div>
                        <div class="mt-2">
                            <small class="">If enabled, the system will display all
                                functionalities relating to metatrader accounts management and subscription on user dashboard.</small>
                        </div>
                    </div>


                    <div class="mt-4 col-md-6">
                        <h5 class="">Membership: </h5>
                        <div class="selectgroup">
                            <label class="selectgroup-item">
                                <input type="radio" class="selectgroup-input" name="membership"
                                    wire:click="updateModule('membership','true')"
                                    <?php echo e($mod['membership'] ? 'checked' : ''); ?>>
                                <span class="selectgroup-button">Enabled</span>
                            </label>
                            <label class="selectgroup-item">
                                <input type="radio" class="selectgroup-input" name="membership"
                                    wire:click="updateModule('membership','false')"
                                    <?php echo e($mod['membership'] ? '' : 'checked'); ?>>
                                <span class="selectgroup-button">Disabled</span>
                            </label>
                        </div>
                        <div class="mt-2">
                            <small class="">If enabled, the system will display all
                                functionalities about Membership/education on user dashboard.</small>
                        </div>
                    </div>

                    
                    <div class="mt-4 col-md-6">
                        <h5 class="">Signal Provider: </h5>
                        <div class="selectgroup">
                            <label class="selectgroup-item">
                                <input type="radio" class="selectgroup-input" name="signal"
                                    wire:click="updateModule('signal','true')" <?php echo e($mod['signal'] ? 'checked' : ''); ?>>
                                <span class="selectgroup-button">Enabled</span>
                            </label>
                            <label class="selectgroup-item">
                                <input type="radio" class="selectgroup-input" name="signal"
                                    wire:click="updateModule('signal','false')" <?php echo e($mod['signal'] ? '' : 'checked'); ?>>
                                <span class="selectgroup-button">Disabled</span>
                            </label>
                        </div>
                        <div class="mt-2">
                            <small class="">If enabled, the system will display all
                                functionalities about signal providing on user dashboard.</small>
                        </div>
                    </div>
                </div>
            </form>
        </div>
    </div>
</div>
<?php /**PATH /home/fundopuh/trader.fxex.org/resources/views/livewire/admin/software-module.blade.php ENDPATH**/ ?>