Commit a45f711d by Arpit Jain

Worked on city state drop down and also implemented API according to this drop down

parent 9e917410
......@@ -14,8 +14,7 @@
<div class="row result_head">
<div class="col-6">
<span class="result_head-counts">
<?php $totalFoundLocation = count($finalData); ?>
{{ $totalFoundLocation }} locations found</span>
{{ $meta['total'] }} locations found</span>
</div>
<div class="col-6 text-right">
<div class="dropdown">
......@@ -72,6 +71,7 @@
</div>
</div>
<!--pagination start-->
@if($meta['total'] > 15)
<div class="pagination-wrapper justify-content-center">
<nav>
<ul class="pagination">
......@@ -116,3 +116,4 @@
</nav>
</div>
@endif
@endif
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment