Counseling Type:
@php
$types = is_array($form->counseling_type) ? $form->counseling_type : json_decode($form->counseling_type, true) ?? [];
@endphp
{{ !empty($types) ? implode(', ', $types) : '-' }}
Health Problems: {{ $form->health_problems ?? '-' }}
Previous Counseling:
{{ $form->previous_counseling ?? '-' }}
Reason for Counseling:
{{ $form->reason_for_counseling ?? '-' }}
Chief Complaint:
{{ $form->chief_complaint ?? '-' }}
Understanding of Services:
{{ $form->understanding_of_services ?? '-' }}