@if ($errors->has('status'))
{{ $errors->first('status') }}
@endif
@if ($errors->has('no_rm'))
{{ $errors->first('no_rm') }}
@endif
@if ($errors->has('no_hp'))
{{ $errors->first('patient_id') }}
@endif
@if ($errors->has('keluhan_utama'))
{{ $errors->first('keluhan_utama') }}
@endif
@if ($errors->has('penyakit_penyerta'))
{{ $errors->first('penyakit_penyerta') }}
@endif
@if ($errors->has('diagnosa_id'))
{{ $errors->first('diagnosa_id') }}
@endif
@if ($errors->has('nyeri_tekan'))
{{ $errors->first('nyeri_tekan') }}
@endif
@if ($errors->has('nyeri_gerak'))
{{ $errors->first('nyeri_gerak') }}
@endif
@if ($errors->has('nyeri_diam'))
{{ $errors->first('nyeri_diam') }}
@endif
@if ($errors->has('palpasi'))
{{ $errors->first('palpasi') }}
@endif
@if ($errors->has('luas_gerak_sendi'))
{{ $errors->first('luas_gerak_sendi') }}
@endif
@if ($errors->has('kekuatan_otot'))
{{ $errors->first('kekuatan_otot') }}
@endif
@if ($errors->has('antropometri'))
{{ $errors->first('antropometri') }}
@endif
@if ($errors->has('statis'))
{{ $errors->first('statis') }}
@endif
@if ($errors->has('dinamis'))
{{ $errors->first('dinamis') }}
@endif
@if ($errors->has('kognitif'))
{{ $errors->first('kognitif') }}
@endif
@if ($errors->has('aukultasi'))
{{ $errors->first('aukultasi') }}
@endif
@if ($errors->has('pemeriksaan_khusus'))
{{ $errors->first('pemeriksaan_khusus') }}
@endif
@if ($errors->has('pemeriksaan_penunjang'))
{{ $errors->first('pemeriksaan_penunjang') }}
@endif
@if ($errors->has('impairment'))
{{ $errors->first('impairment') }}
@endif
@if ($errors->has('disability'))
{{ $errors->first('disability') }}
@endif
@if ($errors->has('fungsional_limitation'))
{{ $errors->first('fungsional_limitation') }}
@endif
@if ($errors->has('jangka_pendek'))
{{ $errors->first('jangka_pendek') }}
@endif
@if ($errors->has('jangka_panjang'))
{{ $errors->first('jangka_panjang') }}
@endif
@if ($errors->has('edukasi'))
{{ $errors->first('edukasi') }}
@endif
Prognosis
@if ($errors->has('quo_ad_vitam'))
{{ $errors->first('quo_ad_vitam') }}
@endif
@if ($errors->has('quo_ad_sanam'))
{{ $errors->first('quo_ad_sanam') }}
@endif
@if ($errors->has('quo_ad_qosmeticam'))
{{ $errors->first('quo_ad_qosmeticam') }}
@endif
@if ($errors->has('quo_ad_fungsionam'))
{{ $errors->first('quo_ad_fungsionam') }}
@endif
@if ($errors->has('evaluasi'))
{{ $errors->first('evaluasi') }}
@endif