<div class="c-band d-flex justify-content-between align-items-center">
    <p class="c-band__title"><?php echo e($title); ?></p>
    <?php echo $__env->make('admin.objects.components.selectbox', ['name' => 'store', 'class' => 'mr-3', 'options' => $store, 'selected' => $selected_store, 'title' => ''], \Illuminate\Support\Arr::except(get_defined_vars(), array('__data', '__path')))->render(); ?>
</div>