{{ __('Nuevo paciente') }} — {{ $client->name }}

@php($patient = new \App\Models\Patient())
@include('patients._form', ['submitLabel' => __('Registrar paciente')])