Bootstrap4 :: table UI updated

This commit is contained in:
Sakthi002
2021-02-16 12:53:19 +05:30
committed by Manish Verma
parent ce38d06159
commit f314bf178e
3 changed files with 7 additions and 3 deletions

View File

@@ -7,7 +7,7 @@
<thead>
<tr>
@foreach($columns as $i => $c)
<th align="center" valign="middle" class="head{!! $i !!}" style="min-width: 100px;">{!! $c !!}</th>
<th align="center" valign="middle" class="head{!! $i !!}">{!! $c !!}</th>
@endforeach
</tr>
</thead>