@extends('adminlte::page') @section('title', 'Iassis ORL') @section('content_header')

Καρτέλα Ασθενή

@stop @section('content')

{{ $patient->firstname }} {{ $patient->lastname }}

{{ $patient->address}} {{ $patient->city}} {{ $patient->tk}}

Επιλογές Ασθενή

@include('patients.patientMenu')

Ιστορικό

{!! $patient->history !!}

Άλλα στοιχεία

Προέλευση: {!! $patient->origin !!}
GP: {!! $patient->gp !!}
Παρατηρήσεις: {!! $patient->comments !!}
Drug History - Drug Allergy: {!! $patient->history_drug !!}

Συνεδρίες

@foreach ($sinedries as $indexKey => $sinedria) @endforeach
Ημερομηνία Diagnosis Treatment Priority Συζ. Χειρ. Actions
{{$sinedria->sinedriadate }} {!! $sinedria->diagnosis !!} {!! $sinedria->treatment !!} {{ $sinedria->priority}} {{ $sinedria->check_surgery}}

Υπενθυμίσεις

@foreach ($reminders as $reminder) @endforeach
Ημερομηνία Ημ. Υπενθύμισης Description Comment Actions
@if ($reminder->dateadded > '1970/1/1') {{date('d/m/Y', strtotime($reminder->dateadded)) }} @endif @if ($reminder->datetoremind > '1970/1/1') {{date('d/m/Y', strtotime($reminder->datetoremind)) }} @endif {!! $reminder->description !!} {!! $reminder->comments !!}
@stop @section('css') @stop @section('js') @stop