{{-- Tags --}}
@else
{{-- Uncategorized tests --}}
{{-- Content Card: Accordions --}}
{{ $package->translated_name }}
@if($package->translated_description){!! $package->translated_description !!}
@elseif($package->translated_short_description){{ $package->translated_short_description }}
@endif {{-- Instructions Grid (sample type, fasting, collection) --}} @if($package->sample_type || $package->collection_method || $package->fasting_instructions)
@if($package->sample_type)
@endif
@if($package->collection_method)
@endif
@if($package->fasting_instructions || $package->translated_fasting_instructions)
@endif
@if($package->estimated_time)
@endif
@endif
{{-- Tests Grouped by Category --}}
@if($groupedTests->count() > 0)
{{ __('sample_type') }}
{{ $package->sample_type }}
{{ __('collection_method') }}
{{ $package->collection_method }}
{{ __('fasting_instructions') }}
{{ $package->translated_fasting_instructions ?? $package->fasting_instructions }}
{{ __('results_duration') }}
{{ $package->estimated_time }}
{{ __('whats_included') }} ({{ $package->tests_count }} {{ $package->tests_count == 1 ? __('test_count_single') : __('test_count_suffix') }})
@foreach($groupedTests as $group) @if($group['category']) {{-- Category with header --}}{{ $group['category']->translated_name }}
{{ $group['tests']->count() }}
@foreach($group['tests'] as $test)
@endforeach
{{ $test->translated_name }}
@if($test->translated_short_description)
{{ $test->translated_short_description }}
@endif
@if($groupedTests->count() > 1)
@endif
@endif
@endforeach
@elseif($package->features && count($package->features) > 0)
{{ __('other_tests') }}
{{ $group['tests']->count() }}
@foreach($group['tests'] as $test)
@endforeach
{{ $test->translated_name }}
@if($test->translated_short_description)
{{ $test->translated_short_description }}
@endif
{{ __('whats_included') }}
@foreach($package->features as $feature)
@endforeach
@endif
{{-- Additional Features (when package has both tests and features) --}}
@if($groupedTests->count() > 0 && $package->features && is_array($package->features) && count($package->features) > 0)
{{ is_array($feature) ? ($feature['feature'] ?? '') : $feature }}
{{ __('additional_features') }}
@foreach($package->features as $feature)
@endforeach
@endif
{{ is_array($feature) ? ($feature['feature'] ?? '') : $feature }}
{{ __('additional_info') }}
{{-- Accordion: How it works --}}
{{ __('how_it_works') }}
{{ __('how_it_works_content') }}
{{ __('pre_service_instructions') }}
@if($package->translated_preparation_instructions)
{!! $package->translated_preparation_instructions !!}
@else
{{ __('pre_service_default') }}
@endif
{{ __('faq') }}
{{ __('faq_q1') }} {{ __('faq_a1') }}
{{ __('faq_q2') }} {{ __('faq_a2') }}
{{ __('faq_q3') }} {{ __('faq_a3') }}
{{ __('faq_q4') }} {{ __('faq_a4') }}
{{ __('faq_q2') }} {{ __('faq_a2') }}
{{ __('faq_q3') }} {{ __('faq_a3') }}
{{ __('faq_q4') }} {{ __('faq_a4') }}