@extends('custom.layouts.app') @section('content')

{{ $syndrome->name }}

{{ __('Select the symptoms you are experiencing') }}

Symptoms of {{ $syndrome->name }}

@csrf

Please check all symptoms that you are currently experiencing:

@foreach($symptoms as $symptom)
@endforeach
@endsection