HEX
Server: nginx/1.18.0
System: Linux test-ipsremont 5.4.0-214-generic #234-Ubuntu SMP Fri Mar 14 23:50:27 UTC 2025 x86_64
User: ips (1000)
PHP: 8.0.30
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: /var/www/exnova-telegram-bot-v2/storage/framework/views/b74b1d7cf50eb3bc99ebd83ef8916ac6.php
<h2>Settings: </h2>

    <?php if($settings): ?>
        <table class="data-table">
        <tr>
            <td><label style="font-weight: bold;">Signal generator enabled</label></td>
            <td><span><?php echo e($settings->signal_generator_state ? 'Yes' : 'No'); ?></span></td>
        </tr>
        <tr>
            <td><label style="font-weight: bold;">Demo account  signal frequency</label></td>
            <td><span><?php echo e($settings->demo_signal_frequency); ?></span></td>
        </tr>
        <tr>
            <td><label style="font-weight: bold;">Real account signal frequensy</label></td>
            <td><span><?php echo e($settings->signal_frequency); ?></span></td>
        </tr>
        <tr>
            <td><label style="font-weight: bold;">Signal strength</label></td>
            <td><span><?php echo e($settings->signal_strength); ?></span></td>
        </tr>

        <tr>
            <td><label style="font-weight: bold;">Current strategy</label></td>
            <td><span><?php echo e(\App\Twill\Capsules\Strategies\Models\Strategy::find($settings->current_strategy_id)->title); ?></span></td>
        </tr>
        <tr>
            <td><label style="font-weight: bold;">Manual strategy coef (if selected)</label></td>
            <td><span><?php echo e($settings->manual_strategy_coef); ?></span></td>
        </tr>
        <tr>
            <td><label style="font-weight: bold;">Manual strategy steps (if selected)</label></td>
            <td><span><?php echo e($settings->manual_strategy_steps); ?></span></td>
        </tr>
        <tr>
            <td><label style="font-weight: bold;">Manual strategy trades (if selected)</label></td>
            <td><span><?php echo e($settings->manual_strategy_trades); ?></span></td>
        </tr>
        <tr>
            <td><label style="font-weight: bold;">Deposit button clicks</label></td>
            <td><span><?php echo e($settings->deposit_link_clicks); ?></span></td>
        </tr>
        <tr>
            <td><label style="font-weight: bold;">Last deposit button click</label></td>
            <td><span><?php echo e($settings->last_deposit_button_click ? $settings->last_deposit_button_click->format('d.m.Y H:i') : '-'); ?></span></td>
        </tr>
        <tr>
            <td><label style="font-weight: bold;">Number of deposits</label></td>
            <td><span><?php echo e($settings->deposits_number); ?></span></td>
        </tr>
        <tr>
            <td><label style="font-weight: bold;">Last deposit date</label></td>
            <td><span><?php echo e($settings->last_deposit_date ? $settings->last_deposit_date->format('d.m.Y H:i') : '-'); ?></span></td>
        </tr>
        </table>

    <?php endif; ?>
</table>

<?php /**PATH /var/www/exnova-telegram-bot-v2/app/Twill/Capsules/Spins/resources/views/admin/settings.blade.php ENDPATH**/ ?>