@extends('frontend.layouts.app') @section('content')
@foreach($clientGuardian as $guardian)

Emergency Contact


@endforeach
@foreach($clientDependent as $dependent)

@isset($dependent) {{$dependent->dependent_notes}} @endisset


@endforeach

Medications (for physical and mental health)

@foreach($patientMedication as $pm) @endforeach
Patient Name Medication & Dose Purpose

If you answer yes, please answer the following questions?

@if(isset($clientSupport) && $clientSupport->substances_treatment == "Yes")
@endif
@if(isset($clientSupport) && $clientSupport->mental_health_support == "Yes")
@endif
@if(isset($clientSupport) && $clientSupport->domestic_violence_where == "Yes")
@endif
@if(isset($clientSupport) && $clientSupport->sexual_abuse_when == "Yes")
@endif
@if(isset($clientSupport) && $clientSupport->healing_lodge_where == "Yes")
@endif
@if(isset($clientSupport) && $clientSupport->support_others_where == "Yes")
@endif

@isset($clientMiscellieneous) {{$clientMiscellieneous->miscellieneous_reason}} @endisset

@isset($clientMiscellieneous) {{$clientMiscellieneous->aspects_involved}} @endisset

@isset($clientMiscellieneous) {{$clientMiscellieneous->strength_support}} @endisset

@isset($clientMiscellieneous) {{$clientMiscellieneous->people_count}} @endisset

@isset($clientMiscellieneous) {{$clientMiscellieneous->goals_you_want}} @endisset

@isset($clientMiscellieneous) {{$clientMiscellieneous->additional_support}} @endisset

@isset($clientMiscellieneous) {{$clientMiscellieneous->often_you_meet}} @endisset

@foreach($ClientCasesheet as $casesheet)

@endforeach

Internal Consent Form

@foreach($internalConsents as $internal)
{{ $internal->file_name }}
@endforeach

External Consent Form

@foreach($externalConsents as $internal)
{{ $internal->file_name }}
@endforeach
@endsection @push('after-scripts') @endpush