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