@extends('layouts.public') @section('title', __('booking.title') . ' — ' . config('app.name')) @section('meta_description', __('booking.subtitle')) @section('content')

{{ __('booking.title') }}

{{ __('booking.subtitle') }}

{{-- Step indicator --}}
    @foreach ([__('booking.step_type'), __('booking.step_consultant'), __('booking.step_slot'), __('booking.step_details')] as $i => $label)
  1. {{ $i + 1 }}
  2. @endforeach
{{-- Step 1: consultation type --}}

{{ __('booking.choose_type') }}

{{-- Step 2: consultant --}} {{-- Step 3: date + slot --}} {{-- Step 4: patient details --}}
@endsection @push('head') @endpush @push('scripts') @endpush