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 @@ ...@@ -14,8 +14,7 @@
<div class="row result_head"> <div class="row result_head">
<div class="col-6"> <div class="col-6">
<span class="result_head-counts"> <span class="result_head-counts">
<?php $totalFoundLocation = count($finalData); ?> {{ $meta['total'] }} locations found</span>
{{ $totalFoundLocation }} locations found</span>
</div> </div>
<div class="col-6 text-right"> <div class="col-6 text-right">
<div class="dropdown"> <div class="dropdown">
...@@ -72,6 +71,7 @@ ...@@ -72,6 +71,7 @@
</div> </div>
</div> </div>
<!--pagination start--> <!--pagination start-->
@if($meta['total'] > 15)
<div class="pagination-wrapper justify-content-center"> <div class="pagination-wrapper justify-content-center">
<nav> <nav>
<ul class="pagination"> <ul class="pagination">
...@@ -116,3 +116,4 @@ ...@@ -116,3 +116,4 @@
</nav> </nav>
</div> </div>
@endif @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