@extends('layouts.admin.app') @section('title', __('trans.stage.add_new') . ' - ' . $education_system->name) @section('content')

@yield('title')

{{ __('trans.back') }}
@csrf
@endsection