@extends('layouts.app') @section('content') @auth

Lab HIV Test Results

@if(!empty($sti_patients) && $sti_patients->count()) @foreach($sti_patients as $key => $value) @endforeach @else @endif
Patient's ID Age Gender Latent Syphillis
{{ $value->CID}} {{ $value->age }} {{ $value->gender }} {{ $value->latent_syphillis}}
There is no data.
{!! $sti_patients->links() !!}
@endauth @endsection