@php $be = config('hotel_dashboard.booking_engine'); @endphp

{{ $be['title'] }}

@if($bookingEngine['enabled'] ?? false) Live @else Not published @endif

{{ $be['intro'] }}

@csrf @method('PUT')
/book/
Policies & tracking
Quick setup
@foreach($be['steps'] as $index => $step)
{{ $index + 1 }}
{{ $step['title'] }}

{{ $step['body'] }}

@if(!empty($step['route'])) {{ $step['label'] }} @elseif(!empty($step['anchor'])) {{ $step['label'] }} @endif
@endforeach