@extends('layouts.main') @push('styles') @endpush @section('content')

View Anaesthetics History

@include('patients::allergies.header')
@include('flash::message')
@foreach($anaesthesia_records as $anaesthesia) @endforeach
Procedure Surgery Anaesthetist Time Of Commencement Date
{{ get_name($anaesthesia->procedure_id,'id','name','procedures') }} {!! $anaesthesia->surgery_id != null ? get_name($anaesthesia->procedure_id, 'id','name','procedures') : 'Not done' !!} {{ get_full_name($anaesthesia->anaesthetist,'id','first_name','last_name','users') }} {{ $anaesthesia->time_commenced }} {{ streamline_date($anaesthesia->created_at) }} View Details
@endsection @push('scripts') @endpush