芝麻web文件管理V1.00
编辑当前文件:/home/rejoandoctor/www/resources/views/Prescribe/assistant/edit_appointment.blade.php
@extends('layouts.app') @section('title', 'Doctor | Manage Appointment') @section('content')
@include('layouts.header_menu')
@csrf @method('PUT')
Doctor Appointment Number
New Patient
Old Patient
Patient Information
{{$appointment->patient_sex}}
Male
Female
Child
Pre Test Data
{{$appointment->chief_complaints}}</textarea>
Update
@endsection