File "6fd42bc17b10e4a989ae0aeadd8c9806759819f1.php"

Full Path: /home/fundopuh/trader.fxex.org/storage/framework/views/6fd42bc17b10e4a989ae0aeadd8c9806759819f1.php
File size: 990 bytes
MIME-type: text/plain
Charset: utf-8

<div>
    <form action="" method="post" wire:submit.prevent='saveTheme'>
        <div class="form-group">
            <label>Current user dashboard theme</label>
            <select class="form-control" wire:model='theme'>
                <?php $__currentLoopData = $themes; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $item): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
                    <option>
                        <?php echo e($item); ?>

                    </option>
                <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
            </select>
            <small class="text-success"><?php echo e($sucMsg); ?></small>
        </div>
        <div class="form-group">
            <button type="submit" class="px-4 btn btn-primary btn-sm">Save</button>
        </div>
    </form>
    
</div>
<?php /**PATH /home/fundopuh/trader.fxex.org/resources/views/livewire/admin/choose-theme.blade.php ENDPATH**/ ?>