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

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


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

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


@endsection