@extends('admin.mainview') @section('admcontent') @if(\Illuminate\Support\Facades\Session::has('success'))
{{Session::get('success')}}
@endif Докторанти Добавяне 

@if(isset($phdstudents) && count($phdstudents) > 0)
{{----}} @foreach($phdstudents as $p) {{----}} @endforeach
Име Професионално направление Специалност КатедраФакултетРъководители Дата на зачисляване Състояние Действия
{{$p->name}} {{$p->surname}} {{$p->last_name}} {{$p->specialty->professional_area->code}} {{$p->specialty->professional_area->name}} {{$p->specialty->name}} {{$p->department->name}}{{$p->department->faculty->name}} {{\App\ScientificAdvisor::where('id',$p->scientific_advisor)->first()->buildName()}} @if(!empty($p->scientific_advisor_sec))
{{\App\ScientificAdvisor::where('id',$p->scientific_advisor_sec)->first()->buildName()}} @endif
{{$p->enrollment_date}} {{$p->getStatus()}} Смяна на парола Редактирай Изтрий
@else Няма въведени докторанти. @endif @endsection