@extends('layouts.app') @section('content')
{{ !empty($education->name) ? $education->name : 'Education' }}
@if ($errors->any()) @endif
{{ csrf_field() }} @include ('educations.form', [ 'education' => $education, ])
@endsection