Medical & Surgical History


Add Surgical History

Surgical History

@if($surgical_histories->isNotEmpty())
@foreach($surgical_histories as $surgical_history) @endforeach
{{ __('Past Injuries') }} {{ __('Past Injuries Details') }} {{ __('Surgery') }} {{ __('Surgery Details') }} {{ __('Chronic Conditions') }} {{ __('Actions') }}
@if ($surgical_history->past_injuries) @endif @if ($surgical_history->surgery) @endif Delete
@else

{{ __('No medical/surgical history recorded yet.') }}

@endif