|
@@ -1,11 +1,16 @@
|
|
|
@extends ('layouts/template')
|
|
|
|
|
|
@section('content')
|
|
|
-
|
|
|
+ <style>
|
|
|
+ .report-table-header {
|
|
|
+ font-size: large;
|
|
|
+ font-weight: bolder;
|
|
|
+ }
|
|
|
+ </style>
|
|
|
<div class="p-3 mcp-theme-1">
|
|
|
<div class="card">
|
|
|
<div class="card-body">
|
|
|
- <h1>Treatment Service Utilization</h1>
|
|
|
+ <h1 class="report-table-header">Treatment Service Utilization</h1>
|
|
|
<table class="table table-bordered table-striped table-sm">
|
|
|
<thead>
|
|
|
<tr>
|
|
@@ -30,7 +35,7 @@
|
|
|
</div>
|
|
|
<div class="card">
|
|
|
<div class="card-body">
|
|
|
- <h1>Treatment Service Utilization By Patient</h1>
|
|
|
+ <h1 class="report-table-header">Treatment Service Utilization By Patient</h1>
|
|
|
<table class="table table-bordered table-striped table-sm">
|
|
|
<thead>
|
|
|
<tr>
|