@extends('layouts.printForm') @section('title', 'Patient2 Empty Form') @section('content')
Name: {{$patient->firstname}} {{$patient->lastname}}
Date: {{$sinedria->sinedriadate}}
DOB: {{$patient->birthdate}}
Phone: {{ $patient->phone}} / {{ $patient->mobile}}
Status: {{ $patient->status}}
Referring physician: {{ $patient->parapompi}}
GP: {{ $patient->gp}}
Ταμείο: {{ $patient->tameio}}

@if (is_null($sinedria->presenting_complaint)) @else @endif
Presenting Complaint
| 
| 
| 
| 
| 
| 
{!! $sinedria->presenting_complaint !!}
Past Medical History Social History
{!! $patient->history !!}Smoking: {{ $patient->smoking}}
ETH: {{ $patient->eth}}
Drug History – Drug Allergy
{!! $patient->istoriko_drug !!}
@if (is_null($sinedria->treatment)) @else @endif
Clinical Examination
Rinne R {{ $sinedria->clinical_rinne_r}}Rinne L {{ $sinedria->clinical_rinne_l}}WEBER {{ $sinedria->clinical_weber}}Tymp R {{$sinedria->clinical_tymp_r}}Tymp L {{$sinedria->clinical_tymp_l}}
Otoscopy: {!! $sinedria->clinical_otoscopy !!}
PTA: {!! $sinedria->clinical_pta !!}
Tonsil grade{!! $sinedria->clinical_tonsil_grade !!}Malampati grade{!! $sinedria->clinical_malampati_grade !!}
Oral cavity/ Oropharynx: {!! $sinedria->clinical_oral_cavity !!}
Endoscopy: {!! $sinedria->clinical_endoscopy !!}
Neurotology: {!! $sinedria->clinical_neurotology !!}
Neck: {!! $sinedria->clinical_neck !!}
Impression – D. Diagnosis
{!! $sinedria->diagnosis !!}
Treatment plan
| 
| 
| 
| 
| 
| 
{!! $sinedria->treatment !!}
@endsection