Име
{{\App\Helpers::getUser()->name}} {{\App\Helpers::getUser()->surname}} {{\App\Helpers::getUser()->last_name}}
Завършен университет
{{\App\Helpers::getUser()->edu_institution_name}}
Завършена специалност
{{\App\Helpers::getUser()->degree_name}}
ОКС
{{\App\Helpers::getUser()->degreeQualification->name}}
Среден успех от дипломата
{{number_format(\App\Helpers::getUser()->degree_gpa,2)}}
Среден успех от дипломна защита
{{number_format(\App\Helpers::getUser()->degree_def_gpa,2)}}
№ и дата на диплома
{{\App\Helpers::getUser()->diploma_id}}/{{\App\Helpers::getUser()->graduation_date}}
Чужд език
{{\App\Helpers::getUser()->foreign_language}}
Срок за кандидатстване
{{$competition->admission->end_date}}
Професионално направление
{{$competition->specialty->professional_area->code}} {{$competition->specialty->professional_area->name}}
Научна специалност
{{$competition->specialty->name}}
Факултет
{{$competition->department->faculty->name}}
Катедра
{{$competition->department->name}}
Форма на обучение и финансиране
{{$competition->edu_form->name}}, {{$competition->finance_form->name}}
Годишна такса за обучение
{{number_format($competition->fee,2)}} лв
{{$competition->secondary_scientific_advisor != null?'Евентуални научни ръководители':'Евентуален научен ръководител'}}
{{$competition->scientific_advisor->buildName()}}
@if($competition->secondary_scientific_advisor != null)
{{$competition->secondary_scientific_advisor->buildName()}}
@endif