{{-- resources/views/livewire/trips/create-trip.blade.php --}}

Plan Your Dream Trip

@if($currentStep > 0) Step {{ $currentStep }} of {{ $totalSteps }} @else Choose Your Planning Style @endif
@if($currentStep > 0 && $currentStep < $totalSteps) @endif
@if($currentStep > 0)
@endif
@if($currentStep === 0) @elseif($currentStep === 1) @if($tripType === 'pre_planned') @else @endif @elseif($currentStep === 2 && $tripType === 'self_planned') @elseif($currentStep === 3 && $tripType === 'self_planned') @elseif($currentStep === 4) @elseif($currentStep === 5)
@endif @if($currentStep > 0 && $currentStep < $totalSteps)
@endif