@extends('layouts.app') @section('title','Pathology') @section('pages')
@include('layouts.partials.nav-menu')
@if(in_array('pathology-lab-billing-create', $authRolePermissions)) New Invoice @endif
@include('lab-billings.table')
@endsection