@extends('layouts.app') @section('styles') @endsection @section('content')

Clinic Lab Tests

{{-- Optional: Global Patient Header (use your original header/grid here) --}}
{{-- Keep adding your own global fields here if you use them (doctor, counsellor, etc.) --}}
{{-- Tabs (HIV active; others placeholders for later) --}}
{{-- ============ HIV ONLY (using your exact IDs) ============ --}}
{{-- If you prefer per-tab CID/Visit Date, keep these; otherwise it will use global #cid/#vDate --}}
{{-- Your field IDs preserved exactly --}}
{{-- Actions --}}

{{-- History Table --}}
{{-- filled by JS --}}
ID Visit Date Final Result Lab Tech Action
{{-- Other tabs will be added later step-by-step --}}
@endsection @section('scripts') @endsection