@extends('admin.mainview') @section('admcontent')
Име | Професионално направление | Специалност | Катедра | {{--Факултет | --}}Ръководители | Дата на зачисляване | Състояние | Действия | ||
---|---|---|---|---|---|---|---|---|---|---|
{{$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()}} | Смяна на парола | Редактирай | Изтрий |