@extends('layouts.admin') @section('content')
{{ trans('global.create') }} {{ trans('cruds.healthRecord.title_singular') }}
@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