@extends('layouts.admin.app') @section('title', __('trans.education_systems.edit')) @section('content')

@yield('title')

@csrf @method('PUT')
@endsection