@extends('mainview') @section('maincontent')
Детайли за заявка за конкурс @if(isset($competition))
Професионално направление
{{$competition->specialty->professional_area->code}} {{$competition->specialty->professional_area->name}}
Научна специалност
{{$competition->specialty->name}}
Катедра
{{$competition->department->name}}
Форма на обучение
{{$competition->edu_form->name}}
Форма на финансиранe
{{$competition->finance_form->name}}
Първи научен ръководител
{{$competition->scientific_advisor->buildName()}}
@if(isset($competition->secondary_scientific_advisor))
Втори научен ръководител
{{$competition->secondary_scientific_advisor->buildName()}}
@endif
@if(count($competition->files)) Документи @foreach($competition->files as $file) @endforeach
Вид документ Име на файл Размер
{{\App\Helpers::friendlyDoctype($file->document_type)}} {{$file->original_filename}} {{\App\Helpers::toMB($file->size)}}MB Изтегли
@else
Този конкурс няма документация! Моля, допълнете я от тук.
@endif @else
Този конкурс не съществува.
@endif
@endsection