Step 1: What do you do? @if ($currentStep === 1) In progress @else Pending @endif
Step 2: Shop details @if ($currentStep === 2) In progress @else Pending @endif
Step 3: Shop pictures @if ($currentStep === 3) In progress @else Pending @endif
@if ($currentStep === 1)

What do you do?

@php $shuffledCategories = $categories; @endphp @foreach ($shuffledCategories as $cat) @endforeach

@endif @if ($currentStep === 2)

Shop Details

@error('name') {{ $message }} @enderror
@error('description') {{ $message }} @enderror
@error('address') {{ $message }}@enderror
@error('selectedState') {{ $message }}@enderror
@error('city_id') {{ $message }}@enderror
@endif @if ($currentStep === 3)

Shop Photos

@endif @if ($currentStep === 4)

Certification

@livewire('certificate.add')
@endif @if ($currentStep === 5)

Service

@livewire('gig.add')
@endif