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

Νέα Υπενθύμιση για: {{$patient->firstname}} {{$patient->lastname}}

@stop @section('content')

Στοιχεία Τελευταίας Συνεδρίας

Ημερομηνία @if ($sinedria->sinedriadate > '1970/1/1') {{date('d/m/Y', strtotime($sinedria->sinedriadate)) }} @endif
Impression - D. Diagnosis: {!! $sinedria->diagnosis !!}
Treatment Plan
{!! $sinedria->treatment !!}

Φόρμα Υπενθύμισης

{!! Form::open(['url' => 'patients/createReminder']) !!}
{!! Form::label('dateadded', 'Ημερομηνία:') !!} {!! Form::date('dateadded',null,['class'=>'form-control']) !!}
{!! Form::label('datetoremind', 'Ημερομηνία Υπενθύμισης:') !!} {!! Form::date('datetoremind',null,['class'=>'form-control']) !!}
{!! Form::label('description', 'Description:') !!}
{!! Form::textarea('description',null,['class'=>'form-control', 'rows'=>6]) !!}
{!! Form::label('comments', 'Comments:') !!} {!! Form::textarea('comments',null,['class'=>'form-control', 'rows'=>6]) !!}
{!! Form::close() !!}
@stop @section('css') @stop @section('js') @stop