芝麻web文件管理V1.00
编辑当前文件:/home/rejoandoctor/www/resources/views/Prescribe/doctor/appointment_online_patient.blade.php
@extends('layouts.app') @section('title', 'Doctor | Manage Online Appointment') @section('content')
@include('layouts.header_menu')
Go!
Results for "Appointment Patients from online"
Name
Sex
Mobile
Appointment Date
Action
@foreach($appointment as $results)
{{$results->patient_name}}
{{$results->patient_sex}}
{{$results->patient_mobile}}
{{$results->visit_date}}
@if($results->appoint_status == 1)
@else
Prescribe
@endif
@endforeach
@endsection