Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
store-locator
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ajay Barthwal
store-locator
Commits
a45f711d
Commit
a45f711d
authored
Jul 19, 2019
by
Arpit Jain
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Worked on city state drop down and also implemented API according to this drop down
parent
9e917410
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
location_element.blade.php
application/resources/views/frontend/searchs/location_element.blade.php
+3
-2
No files found.
application/resources/views/frontend/searchs/location_element.blade.php
View file @
a45f711d
...
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment