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**/ ?>