@extends('layouts.admin-layout') @section('content') @auth()
{{ $educationalInstitution->name }} -> {{ $faculty->name }} -> {{ $department->name }}

Название

{{ $department->name }}

Описание

{{ $department->description }}

Позиция

{{ $department->position }}

Направления подготовки

@foreach($department->directions as $direction)

{{ $direction->name }}

@endforeach
@endauth @endsection