@extends('layouts.adminapp') @section('title') {{__('lng.Education')}} - {{__('lng.Edit')}} @endsection @section('active_register', 'active') @section('open_register', 'open') @section('open_field', 'open') @section('active_field', 'active') @section('active_education', 'active') @section('content')

{{__('lng.Education')}}

@csrf @method('Patch')
{{__('lng.EditEducation')}}
@error('title')
{{ $message }}
@enderror
@endsection