@extends('layouts.app') @section('title','Test Item Normal Range') @section('pages')
@include('layouts.partials.nav-menu')
@if(auth()->user()->can('test-item-normal-range-create')) @endif
@include('test-item-normal-ranges.table')
@endsection @section('js') @endsection