|
@@ -4,8 +4,9 @@
|
|
|
<div class="row">
|
|
|
<div class="col-12">
|
|
|
<div class="bg-primary p-3">
|
|
|
- <h4 class="m-0 text-white">Website Forms <span class="badge bg-light text-dark">{{ $records->count() }}</span></h4>
|
|
|
+ <h4 class="m-0 text-white">Website Forms</h4>
|
|
|
</div>
|
|
|
+ <div class="my-2">Showing <b>{{ $records->firstItem() }}</b> to <b>{{ $records->lastItem() }}</b> of total <b>{{$records->total()}}</b> records</div>
|
|
|
<div class="table-responsive">
|
|
|
<table class="table table-sm table-bordered table-striped">
|
|
|
<thead>
|