@include('patient-custom-fields.fields-form', ['model' => $model])
@if((int)$model->age < 18)
@php
$relationships = $model->relationships()->get();
@endphp
@include('patient.representatives', ['model' => $model, 'relationships' => $relationships])
@endif