@extends('layouts.app') @section('title','Lab Reporting') @section('pages')
@include('layouts.partials.nav-menu')
@include('lab-reporting.doctor-reviews.table')
@endsection @section('js') @endsection