@extends('layouts.frontend') @section('content')
{{ trans('global.show') }} {{ trans('cruds.healthRecord.title') }}
{{ trans('cruds.healthRecord.fields.id') }} {{ $healthRecord->id }}
{{ trans('cruds.healthRecord.fields.illness') }} {{ $healthRecord->illness }}
{{ trans('cruds.healthRecord.fields.year') }} {{ $healthRecord->year }}
@endsection