|
@@ -5,7 +5,7 @@
|
|
|
<div class="p-3 mcp-theme-1">
|
|
|
<div class="card">
|
|
|
|
|
|
- <div class="card-header">
|
|
|
+ <div class="card-header px-3">
|
|
|
<strong>
|
|
|
<i class="fas fa-user-injured"></i>
|
|
|
Patients
|
|
@@ -15,7 +15,7 @@
|
|
|
<table class="table table-condensed p-0 m-0">
|
|
|
<thead>
|
|
|
<tr>
|
|
|
- <th>#</th>
|
|
|
+ <th class="px-3">#</th>
|
|
|
<th>Name</th>
|
|
|
<th>DOB</th>
|
|
|
<th>Sex</th>
|
|
@@ -29,7 +29,7 @@
|
|
|
<tbody>
|
|
|
@foreach($patients as $patient)
|
|
|
<tr>
|
|
|
- <td>
|
|
|
+ <td class="px-3">
|
|
|
<a href="{{route('patients.view.dashboard', $patient)}}">
|
|
|
{{$patient->chart_number}}
|
|
|
</a>
|
|
@@ -49,7 +49,7 @@
|
|
|
</tbody>
|
|
|
</table>
|
|
|
</div>
|
|
|
- <div class="card-footer">
|
|
|
+ <div class="card-footer px-3">
|
|
|
Pagination Later
|
|
|
</div>
|
|
|
</div>
|