fix notisLelong
This commit is contained in:
@@ -23,6 +23,7 @@
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
|
||||
@if(sizeof($senaraibatch) !== 0)
|
||||
<table class="table table-bordered table-striped">
|
||||
<thead class="bg-dark">
|
||||
<tr>
|
||||
@@ -49,6 +50,11 @@
|
||||
@endforeach
|
||||
</tbody>
|
||||
</table>
|
||||
@else
|
||||
<div class="alert alert-danger" role="alert">
|
||||
Tiada Data dalam lelong!
|
||||
</div>
|
||||
@endif
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user