| Keluhan (CC) |
: |
{{$row->register->keluhan }} |
| Riwayat Penyakit |
: |
{{$row->register->riwayat_penyakit ?? '-'}} |
| Jasmani |
: |
{{$row->register->jasmani ?? '-'}} |
| Mental |
: |
{{ $row->register->mental ?? '-' }} |
@if ($errors->has('no_rm'))
{{ $errors->first('no_rm') }}
@endif
@if ($errors->has('no_hp'))
{{ $errors->first('patient_id') }}
@endif
@if ($errors->has('doctor_id'))
{{ $errors->first('doctor_id') }}
@endif
@if ($errors->has('status'))
{{ $errors->first('status') }}
@endif
@if ($errors->has('diagnosa_id'))
{{ $errors->first('diagnosa_id') }}
@endif
@if ($errors->has('catatan'))
{{ $errors->first('catatan') }}
@endif