@yield('style')
@yield('modal') {{-- Modal PT-detail --}}
Notification
×
New (ยังไม่ได้อ่าน)
@for ($i=1;$i<4;$i++)
คุณคมสันต์ ลิขิตอำไพ ตอบกลับการ follow up
20 min.
@endfor
Earlier (อ่านแล้วแต่ยังไม่ยืนยัน)
@for ($i=1;$i<10;$i++)
คุณคมสันต์ ลิขิตอำไพ ตอบกลับการ follow up
20 min.
@endfor
{{--
--}} {{-- Modal PT-detail --}}
@if((Request::segment(1) == "note") && (Request::segment(2)==null))
@endif
{{--
--}}
Home
Home
PDF
Patient
@if(@Auth::user()->user_type=="admin")
User Manage
Procedure Setting
Room Setting
Scope Setting
Hospital Setting
@endif
Logout
@csrf
@if(Request::segment(2)!=null && Request::segment(2)!='create')
@php $note = DB::table('tb_casenote')->where('note_id',$id)->first(); @endphp @if (isset($note->note_casejson)) @php $json = jsonDecode($note->note_casejson); $patient = DB::table('patient')->where('hn',$json->hn)->first(); @endphp @endif
HN : {{ $json->hn }}
{{ @$json->patientname }}
@endif
{{@Auth::user()->name}}
{{substr(@Auth::user()->name,0,1)}}
{{ __('Logout') }}
@csrf
@if(Request::segment(2)==null)
@else
@endif
@yield('content')
@yield('footer') @yield('script')