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

Название

{{ $direction->name }}

Описание

{{ $direction->description }}

Позиция

{{ $direction->position }}

Кафедра

{{ $department->name }}

@endauth @endsection