@extends('mainview') @section('maincontent')
Актуални конкурси @if(!isset($active) || count($active) < 1) В момента няма активни конкурси. @else @foreach($active as $admission)
{{$admission->name}}
{{$admission->message}}
@foreach($admission->approvedCompetitions as $comp) @endforeach
Факултет Катедра Професионално направление Научна специалност
{{$comp->department->faculty->name}} {{$comp->department->name}} {{$comp->specialty->professional_area->code}} {{$comp->specialty->professional_area->name}} {{$comp->specialty->name}} Подробности {{-- Подробности--}} @if(\App\Helpers::getUser() != null && \App\Helpers::getUser() instanceof \App\Candidate && \App\Helpers::getUser()->hasAppliedFor($comp)) Кандидатствай @else Кандидатствай @endif
@endforeach @endif
@endsection