@extends ('layouts.front-layout') @section('content')
Consultation
Treatments
Delivery
Payment
Medical Assessment for {{$category->category_name ? : ''}}

To help us supply you with the most suitable treatment, please complete this online consultation.

Ordered treatment before? now to check out faster.

{{-- Tabs show only if category ke tabs hain --}} @if ($category->tabTypes->isNotEmpty())
@foreach ($category->tabTypes as $tab) {{ $tab->type_name }} @endforeach
@endif
@if ($category->sections->isNotEmpty()) @foreach ($sections as $section)
{{ $section->title }}
@foreach ($section->questions as $question) @php $answerObj = $question->answer ?? null; $btnStatus = $answerObj->btn_status ?? 'yes'; $uniqueName = 'yesno_' . $question->id; $fieldConfig = $question->field_config ?? []; @endphp
{{ $question->question }}
{{-- Custom Radio Options --}} @if(isset($fieldConfig['radio_options']))
@foreach($fieldConfig['radio_options'] as $index => $option)
@endforeach
{{-- Custom Toggle Buttons --}} @elseif(isset($fieldConfig['btn1_text']) && isset($fieldConfig['btn2_text']))
{{-- Input fields for btn1 --}} @foreach($fieldConfig['btn1_input_labels'] ?? [] as $label) @endforeach {{-- Input fields for btn2 --}} @foreach($fieldConfig['btn2_input_labels'] ?? [] as $label) @endforeach
{{-- Yes/No Buttons --}} @else
@endif
@if ($question->notes)
{!! $question->notes !!}
@endif
@if ($question->children->isNotEmpty()) @endif
@endforeach
@endforeach {{-- ✅ Only show button if sections exist --}}
@endif

Complete our 2 minute questionnaire

We’re almost done!

To find a treatment suitable for you, we just need you to answer a few questions.

Pharmacist

Ana Carolina Goncalves

Superintendent Pharmacist
Confidential & Secure

We will review your details in complete confidence

Medication will be delivered in plain unlabelled packaging

Your order will appear on your statement as "Pharma"

Need help?

If you need help with this medical assessment, contact our helpline:

0207 112 9014

or email us

help@ifeelshy.co.uk

@endsection @section('script') @endsection