Investigation requests

All laboratory and diagnostic requests

Lab queue
@forelse ($requests as $item) @empty @endforelse
Patient Test Status Requested
{{ $item->patient->fullName() }} {{ $item->investigationType->name }} {{ $statuses[$item->status] ?? $item->status }} {{ $item->created_at->format('d M Y') }} View
No requests found.
{{ $requests->links() }}