@if (filled($contact_how_it_works_header['name'] ?? null))

{{ $contact_how_it_works_header['name'] }}

@endif @if (filled($contact_how_it_works_header['desc'] ?? null))

{{ $contact_how_it_works_header['desc'] }}

@endif @if (filled($contact_how_it_works_header['detail'] ?? null))

{{ $contact_how_it_works_header['detail'] }}

@endif
    @foreach ($how_it_works as $row)
  1. {{ __('frontend::messages.booking_step') }} {{ str_pad($loop->iteration, 2, '0', STR_PAD_LEFT) }}

    {{ $row['name'] ?? '' }}

    {{ $row['desc'] ?? '' }}

  2. @endforeach