@extends('layouts.app') @section('header_title', 'POS Diagnostic Billing Terminal') @section('content')

🧪 Laboratory Test Catalog

@foreach($tests as $test)
{{ $test->test_code }}

{{ $test->test_name }}

Sample: {{ $test->sample_type }}

₦{{ number_format($test->selling_price, 2) }}
+ Reagent Recipe Active
@endforeach

💳 Current Invoice Cart

Subtotal: ₦
VAT (7.5%): ₦
Total Due: ₦
@endsection