@extends('layouts.admin_layout') @section('content') @auth()

Название

{{ $educationalInstitution->name }}

Описание

{{ $educationalInstitution->description }}

Позиция

{{ $educationalInstitution->position }}

URL

{{ $educationalInstitution->slug }}

Факультеты

@foreach($educationalInstitution->faculties as $faculty)

{{ $faculty->name }}

@endforeach
@endauth @endsection