@extends('admin_navbar') @section('content')
| Test | Code | Price | Result Status | Result | Actions |
|---|---|---|---|---|---|
| {{ $it->test_name_snapshot }} | {{ $it->test_code_snapshot }} | {{ number_format($it->price_snapshot, 2) }} |
{{ $it->result_status }}
@if($it->result_posted_at)
Posted: {{ optional($it->result_posted_at)->format('Y-m-d H:i') }}
@if($it->resultPostedByUser)
• By: {{ $it->resultPostedByUser->name }}
@endif
@endif
|
@if($it->result_text)
{{ \Illuminate\Support\Str::limit($it->result_text, 180) }}
@else
No result yet.
@endif
|
@if(auth()->user()->category === 'admin') @if(!empty($it) && !empty($it->id)) @else Item not loaded properly (missing ID). @endif @else View only @endif |
| No tests assigned yet. | |||||
| Amount | Method | Date | Received By |
|---|---|---|---|
| {{ number_format($p->amount, 2) }} | {{ $p->method }} | {{ optional($p->paid_at)->format('Y-m-d H:i') }} | {{ $p->receivedByUser?->name ?? '-' }} |
| No payments yet. | |||