@extends('layouts.app') @section('title', 'Lab Tests') @section('content')

Lab Tests

@foreach ($labTests as $t) @endforeach
# Ordered Patient Type Status
{{ $t->id }} {{ $t->ordered_at }} {{ $t->patient->user->name ?? '-' }} {{ $t->type->name ?? '-' }} {{ $t->status }}
{{ $labTests->links() }}
@endsection