| Kepala |
@if (json_decode($this->appraisal->physical->location_status)->kepala->check == true)
@else
@endif
|
{{ json_decode($this->appraisal->physical->location_status)->kepala->input ?? '-' }}
|
| Mata |
@if (json_decode($this->appraisal->physical->location_status)->mata->check == true)
@else
@endif
|
{{ json_decode($this->appraisal->physical->location_status)->mata->input ?? '-' }}
|
| Telinga |
@if (json_decode($this->appraisal->physical->location_status)->telinga->check == true)
@else
@endif
|
{{ json_decode($this->appraisal->physical->location_status)->telinga->input ?? '-' }}
|
| Hidung |
@if (json_decode($this->appraisal->physical->location_status)->hidung->check == true)
@else
@endif
|
{{ json_decode($this->appraisal->physical->location_status)->hidung->input ?? '-' }}
|
| Tenggorokan |
@if (json_decode($this->appraisal->physical->location_status)->tenggorokan->check == true)
@else
@endif
|
{{ json_decode($this->appraisal->physical->location_status)->tenggorokan->input ?? '-' }}
|
| Leher |
@if (json_decode($this->appraisal->physical->location_status)->leher->check == true)
@else
@endif
|
{{ json_decode($this->appraisal->physical->location_status)->leher->input ?? '-' }}
|
| Dada |
@if (json_decode($this->appraisal->physical->location_status)->dada->check == true)
@else
@endif
|
{{ json_decode($this->appraisal->physical->location_status)->dada->input ?? '-' }}
|
| Jantung |
@if (json_decode($this->appraisal->physical->location_status)->jantung->check == true)
@else
@endif
|
{{ json_decode($this->appraisal->physical->location_status)->jantung->input ?? '-' }}
|
| Paru |
@if (json_decode($this->appraisal->physical->location_status)->paru->check == true)
@else
@endif
|
{{ json_decode($this->appraisal->physical->location_status)->paru->input ?? '-' }}
|
| Perut |
@if (json_decode($this->appraisal->physical->location_status)->perut->check == true)
@else
@endif
|
{{ json_decode($this->appraisal->physical->location_status)->perut->input ?? '-' }}
|
| Hati |
@if (json_decode($this->appraisal->physical->location_status)->hati->check == true)
@else
@endif
|
{{ json_decode($this->appraisal->physical->location_status)->hati->input ?? '-' }}
|
| Limpa |
@if (json_decode($this->appraisal->physical->location_status)->limpa->check == true)
@else
@endif
|
{{ json_decode($this->appraisal->physical->location_status)->limpa->input ?? '-' }}
|
| Punggung |
@if (json_decode($this->appraisal->physical->location_status)->punggung->check == true)
@else
@endif
|
{{ json_decode($this->appraisal->physical->location_status)->punggung->input ?? '-' }}
|
| Genitalia |
@if (json_decode($this->appraisal->physical->location_status)->genitalia->check == true)
@else
@endif
|
{{ json_decode($this->appraisal->physical->location_status)->genitalia->input ?? '-' }}
|
| Extremitas |
@if (json_decode($this->appraisal->physical->location_status)->extremitas->check == true)
@else
@endif
|
{{ json_decode($this->appraisal->physical->location_status)->extremitas->input ?? '-' }}
|
| Kulit |
@if (json_decode($this->appraisal->physical->location_status)->kulit->check == true)
@else
@endif
|
{{ json_decode($this->appraisal->physical->location_status)->kulit->input ?? '-' }}
|