@extends('layouts.printForm') @section('title', 'Patient Empty Form') @section('content')
Name: {{$patient->firstname}} {{$patient->lastname}}
Date: {{date('d/m/Y')}} Evidence: @if (!empty($sinedria->evidence)) {{ $sinedria->evidence }}@endifPriority: @if (!empty($sinedria->priority)) {{ $sinedria->priority }} @endif
DOB: {{$patient->birthdate}}
Phone: {{ $patient->phone}} / {{ $patient->mobile}}
AMKA: {{ $patient->amka}}
Referring physician: {{ $patient->parapompi}}
GP: {{ $patient->gp}}
Ταμείο: {{ $patient->tameio}}

Presenting Complaint
| 
| 
| 
| 
| 
| 
Past Medical History Social History
{!! $patient->history !!}Smoking: {{ $patient->smoking}}
ETH: {{ $patient->eth}}
| 
@if (!empty($patient->history_drug)) @else @endif
Drug History – Drug Allergy
{!! $patient->history_drug !!}
|  
Clinical Examination
Rinne R Rinne L WEBER Tymp R Tymp L
Otoscopy:
PTA:
| 
Tonsil gradeMalampati grade
Oral cavity/ Oropharynx:
Endoscopy:
Neurotology:
Neck:
Impression – D. Diagnosis
| 
| 
| 
| 
| 
Treatment plan
| 
| 
| 
| 
| 
@endsection