@extends('layouts.admin-layout') @section('content')

Учебные заведения


Создать учебное заведение

@foreach($educationalInstitutions as $educationalInstitution) @endforeach
Позиция Название Описание действия
{{ $educationalInstitution->position }} {{ $educationalInstitution->name }} {{ $educationalInstitution->description }} редактировать удалить


@endsection