edit.blade.php 180 Bytes
@extends('layout.admin', ['title' => 'Админка - Редактирование образования'])

@section('content')
    @include('admin.education.form')
@endsection