@extends('layouts.app') @section('title', 'Lab Volumes Report') @section('content')
@foreach($orders as $o)@endforeach
Test NameCount
{{ $o->test_name }}{{ $o->total }}
@endsection