@extends('layouts.frontend') @section('content')
{{ trans('global.edit') }} {{ trans('cruds.healthRecord.title_singular') }}
id]) }}" enctype="multipart/form-data"> @method('PUT') @csrf
@if($errors->has('illness'))
{{ $errors->first('illness') }}
@endif {{ trans('cruds.healthRecord.fields.illness_helper') }}
@if($errors->has('year'))
{{ $errors->first('year') }}
@endif {{ trans('cruds.healthRecord.fields.year_helper') }}
@endsection