@extends('layouts.book') @section('title', 'EndoBook') @section('style') @endsection @section('modal') @endsection @section('content')
{{--
--}}
  Booked  
{{$header_date}}
 
@foreach ($tb_casebooking as $tcd) @php $json = json_decode($tcd->book_appoint); $time = date("H:i", strtotime($tcd->book_date_end)); @endphp {{-- --}} @endforeach
Time Patient Physician Procedure / Pre-diagnosis ผู้ทำนัด / Note Edit
{{$time}} {{$json->PTNAME}}({{@$json->AGE}})
{{$json->HN}}
 {{$json->SURGEON}}
@if($tcd->book_doctorowner!="")  {{$tcd->book_doctorowner}} @endif
{{$json->OPERATION}}
{{$json->DIAG}}
{{$tcd->book_user}}
{{$tcd->book_comment}}
Edit
Time Title Topic ผู้ทำนัด Note
{{-- --}}
@endsection @section('script') @endsection