@extends('layouts.frontend') @section('content')
{{ trans('global.edit') }} {{ trans('cruds.educationHistory.title_singular') }}
id]) }}" enctype="multipart/form-data"> @method('PUT') @csrf
@if($errors->has('school'))
{{ $errors->first('school') }}
@endif {{ trans('cruds.educationHistory.fields.school_helper') }}
@if($errors->has('level'))
{{ $errors->first('level') }}
@endif {{ trans('cruds.educationHistory.fields.level_helper') }}
@if($errors->has('year_start'))
{{ $errors->first('year_start') }}
@endif {{ trans('cruds.educationHistory.fields.year_start_helper') }}
@if($errors->has('year_end'))
{{ $errors->first('year_end') }}
@endif {{ trans('cruds.educationHistory.fields.year_end_helper') }}
@if($errors->has('major'))
{{ $errors->first('major') }}
@endif {{ trans('cruds.educationHistory.fields.major_helper') }}
@endsection