| المريض |
الطبيب |
التاريخ |
|
@forelse($prescriptions as $rx)
| {{ $rx->patient?->name }} |
{{ $rx->doctor?->name ?? '—' }} |
{{ $rx->prescribed_at?->translatedFormat('d M Y H:i') }} |
عرض
|
@empty
| لا روشتات بعد. |
@endforelse
@if($prescriptions->hasPages())
{{ $prescriptions->links() }}
@endif