@extends('layouts.main') @push('styles') @endpush @section('content')

{{ __('symptoms.activate_symptoms') }}

@include('clinical_data::symptoms.menu')

{{ __('symptoms.export_data_to_copy_csv_pdf_print') }}

@foreach($symptoms as $symptom) @endforeach
{{ __('symptoms.symptom') }} {{ __('symptoms.prompt') }} {{ __('symptoms.reference_text') }}
{{ __('symptoms.symptom') }} {{ __('symptoms.prompt') }} {{ __('symptoms.reference_text') }}
{{ $symptom->name }} {{ $symptom->prompts }} {{ $symptom->reference_text }} {{ Form::model($symptom->id ,['method' => 'POST', 'route' => ['symptoms.activate', $symptom->id]]) }} {{ Form::close() }}
@endsection @push('scripts') @endpush