| Server IP : 35.80.110.71 / Your IP : 216.73.216.221 Web Server : Apache/2.4.58 (Ubuntu) System : Linux ip-172-31-21-44 6.17.0-1019-aws #19~24.04.1-Ubuntu SMP Tue Jun 23 18:53:06 UTC 2026 x86_64 User : ubuntu ( 1000) PHP Version : 8.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/switchyard/current/storage/framework/views/ |
Upload File : |
<?php
$id = $getId();
$key = $getKey();
$wizard = $getContainer()->getParentComponent();
$isContained = $wizard->isContained();
$alpineSubmitHandler = $hasFormWrapper() ? $wizard->getAlpineSubmitHandler() : null;
?>
<<?php echo e(filled($alpineSubmitHandler) ? 'form' : 'div'); ?>
x-bind:tabindex="$el.querySelector('[autofocus]') ? '-1' : '0'"
x-bind:class="{
'fi-active': step === <?php echo \Illuminate\Support\Js::from($key)->toHtml() ?>,
}"
x-on:expand="
if (! isStepAccessible(<?php echo \Illuminate\Support\Js::from($key)->toHtml() ?>)) {
return
}
step = <?php echo \Illuminate\Support\Js::from($key)->toHtml() ?>
"
<?php if(filled($alpineSubmitHandler)): ?>
x-on:submit.prevent="isLastStep() ? <?php echo $alpineSubmitHandler; ?> : requestNextStep()"
<?php endif; ?>
x-cloak
x-ref="step-<?php echo e($key); ?>"
<?php echo e($attributes
->merge([
'aria-labelledby' => $id,
'id' => $id,
'role' => 'tabpanel',
], escape: false)
->merge($getExtraAttributes(), escape: false)
->class(['fi-sc-wizard-step'])); ?>
>
<?php echo e($getChildSchema()); ?>
<?php if(\Livewire\Mechanisms\ExtendBlade\ExtendBlade::isRenderingLivewireComponent()): ?><!--[if BLOCK]><![endif]--><?php endif; ?><?php if(filled($alpineSubmitHandler)): ?>
<input type="submit" hidden />
<?php endif; ?><?php if(\Livewire\Mechanisms\ExtendBlade\ExtendBlade::isRenderingLivewireComponent()): ?><!--[if ENDBLOCK]><![endif]--><?php endif; ?>
</<?php echo e(filled($alpineSubmitHandler) ? 'form' : 'div'); ?>>
<?php /**PATH /var/www/switchyard/releases/20260707190617/vendor/filament/schemas/resources/views/components/wizard/step.blade.php ENDPATH**/ ?>