@extends('admin.mainview') @section('admcontent')
Данни за кандидата
Име
{{$af->candidate->name}} {{$af->candidate->last_name}}
Завършен университет
{{$af->candidate->edu_institution_name}}
Завършена специалност
{{$af->candidate->degree_name}}
ОКС
{{$af->candidate->degreeQualification->name}}
Среден успех от дипломата
{{number_format($af->candidate->degree_gpa,2)}}
Среден успех от дипломна защита
{{number_format($af->candidate->degree_def_gpa,2)}}
№ и дата на диплома
{{$af->candidate->diploma_id}}/{{$af->candidate->graduation_date}}
Чужд език
{{$af->candidate->foreign_language}}
Избран конкурс
Срок за кандидатстване
{{$af->competition->admission->end_date}}
Професионално направление
{{$af->competition->specialty->professional_area->code}} {{$af->competition->specialty->professional_area->name}}
Научна специалност
{{$af->competition->specialty->name}}
Факултет
{{$af->competition->department->faculty->name}}
Катедра
{{$af->competition->department->name}}
Форма на обучение и финансиране
{{$af->competition->edu_form->name}}, {{$af->competition->finance_form->name}}
{{$af->competition->secondary_scientific_advisor != null?'Евентуални научни ръководители':'Евентуален научен ръководител'}}
{{$af->competition->scientific_advisor->buildName()}}
@if($af->competition->secondary_scientific_advisor != null)
{{$af->competition->secondary_scientific_advisor->buildName()}}
@endif
Документи @if(count($af->files) < 1) Към кандидатурата няма документи. @else @foreach($af->files as $file) @endforeach
Вид Име на файла Размер
{{\App\Helpers::friendlyDoctype($file->document_type)}} {{$file->original_filename}} {{\App\Helpers::toMB($file->size)}}MB Изтегли
@endif
@if($af->status != \App\ApplicationForm::STATUS_PENDING)
Оценки от изпити @if(isset($errors) && count($errors) > 0)
Грешки
    @foreach($errors->all() as $error)
  • {{$error}}
  • @endforeach
@endif
Оценка от 2 до 6 с до 2 цифри след десетичната запетая и точност до 0.25
Оценка от 2 до 6 с до 2 цифри след десетичната запетая и точност до 0.25
@if($af->status != \App\ApplicationForm::STATUS_PHD)
@endif
{{csrf_field()}}
@endif @if($af->grade_exam > 0 && $af->grade_exam_language > 0)
Зачисляване
{{$af->competition->fee}} лв
Отразява срока на докторантурата.
@if($af->enrollment_date > 0 && $af->enrollment_deadline_date > 0)
Генерирай заповед Генерира заповед като Word документ
@endif @if($af->status != \App\ApplicationForm::STATUS_PHD)
@else
Този кандидат е зачислен. Преглед на докторанта.
@endif
{{csrf_field()}}
@endif
@endsection