@extends('layouts.clinic') @section('title', 'الروشتات — '.config('app.name')) @section('content')

الروشتات

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