@extends('mainview') @section('maincontent')
{{Lang::get('advisorcp.title')}}
Моите конкурси
@foreach($competitions as $item) @endforeach
Научна специалност Статус Кандидати
{{$item->specialty->name}} {{\App\ApplicationForm::where('competition_id',$item->id)->count()}} @if($item->status == 0) {{\Illuminate\Support\Facades\Lang::get('advisorcp.btn_finish_documentation')}} @endif
{{--
Статистика
Panel content
--}}
Докторанти
@foreach($phdstudents as $p) @endforeach
Име Специалност Срок
{{$p->name}} {{$p->surname}} {{$p->last_name}} {{$p->specialty->name}} {{$p->term_deadline_date}}
@endsection