@extends('layouts.app') @section('content') @php $my_hospital = \App\Models\Hospital::find(\Auth::user()->hospital_id); @endphp

เพิ่มผู้ป่วยรายใหม่

@csrf
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
{!! $errors->first('case_id', '

:message

') !!}
{!! $errors->first('fullname', '

:message

') !!}
{!! $errors->first('age', '

:message

') !!}
{!! $errors->first('sex', '

:message

') !!}
{!! $errors->first('identification_number', '

:message

') !!}
{!! $errors->first('nationality', '

:message

') !!}
{!! $errors->first('career', '

:message

') !!}
{!! $errors->first('phone', '

:message

') !!}

ที่อยู่ขณะเจ็บป่วย

{!! $errors->first('address_number', '

:message

') !!}
{!! $errors->first('moo', '

:message

') !!}

อาการและอาการแสดง

ไข้/ไข้สูงเฉียบพลัน
ปวดศีรษะ
ปวดกระบอกตา
ปวดกล้ามเนื้อ
ปวดกระดูก/ข้อต่อ
ผื่นแดง
มีเลือดออกตามผิดหนัง
มีเลือดออกทางอวัยวะภายใน
ตับโต (มักกดเจ็บ)
มีภาวะช็อก
Tourniquet test

ข้อมูลเกี่ยวกับการวินิจฉัยโรค

{{-- --}}

ผลทางห้องปฏิบัติการ

@php $hospital = \App\Models\Hospital::find($my_hospital->id); @endphp
{{--
--}}
@endsection @section('styles') @endsection @section('scripts') @endsection