@if($screen === 0)
@elseif($screen === 1)
@elseif ($screen === 2)
Select a product
in vending module
Loading...
Waiting select a product
@elseif ($screen === 3)
@livewire('subdomains.vending.form-generate-vending', ['application' => $application, 'total' => $total])
@elseif($screen === 4)
Vending module is using.
Please wait for the end of use
Loading...
Waiting new session
@endif