@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}}
Годишна такса за обучение
{{number_format($competition->fee,2)}} лв
Първи научен ръководител
{{$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) @if($file->document_type != 'protocol') @endif @endforeach
Вид документ Име на файл Размер
{{\App\Helpers::friendlyDoctype($file->document_type)}} {{$file->original_filename}} {{\App\Helpers::toMB($file->size)}}MB Изтегли
@else
Този конкурс няма документация! Моля, допълнете я от тук.
@endif @else
Този конкурс не съществува.
@endif
@endsection