| {{ $education?->university?->name ?? $education->university_other }} | {{ $education?->college?->name ?? $education->college_other }} | {{ $education->start_date }} - {{ $education->end_date }} |
{{ ($education?->degree?->name ?? $education->degree_other) . ' ' . __('cv.of') . ' ' . $education?->specialty?->name ?? $education->specialty_other }}
{{ nl2br($education->description) }}