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

Λίστα Αναμονής

@stop @section('content')
@foreach ($waiting as $waitingPatient) @endforeach
Ημερομηνία Επώνυμο Όνομα Description Up/Down Ενέργειες
@if ($waitingPatient->dateadded > '1970/1/1') {{date('d/m/Y', strtotime($waitingPatient->dateadded)) }} @endif {{ $waitingPatient->patient->lastname }} {{ $waitingPatient->patient->firstname }} {!! $waitingPatient->description !!}
@stop @section('css') @stop @section('js') @stop