@extends('admin.layout_admin.main') @section('css') @endsection @section('content')
| Người đăng ký | Người khám/th> | Chuyên khoa | Bác sĩ | Thời gian | Xử lý | ||
|---|---|---|---|---|---|---|---|
| {{ $appointment->user->name }} | {{ $appointment->user->email }} | {{ $appointment->patient_name }} | {{ $appointment->department->name }} | {{ $appointment->doctor->name }} | @php $diffInDays = $appointment->created_at->diffInDays(now()); @endphp {{ $diffInDays > 15 ? $appointment->created_at->format('H:i d/m/Y') : $appointment->created_at->diffForHumans() }} |
Chưa có lịch hẹn khám nào!
@endif