|
|
@ -7,7 +7,7 @@
|
|
|
|
<h2>Page {{$pageNum}}</h2>
|
|
|
|
<h2>Page {{$pageNum}}</h2>
|
|
|
|
<a href="/listings/{{$prev}}">PREV</a>
|
|
|
|
<a href="/listings/{{$prev}}">PREV</a>
|
|
|
|
{{$pageNum}} of {{$totalPages}}
|
|
|
|
{{$pageNum}} of {{$totalPages}}
|
|
|
|
<a href="/listings/{{$next}}">NEXT</a><br />
|
|
|
|
<a href="/listings/{{$next}}">NEXT</a><br /><br />
|
|
|
|
@foreach($locations as $location)
|
|
|
|
@foreach($locations as $location)
|
|
|
|
<a class="list-link" role="listitem" href="/location/{{$location->uuid}}">
|
|
|
|
<a class="list-link" role="listitem" href="/location/{{$location->uuid}}">
|
|
|
|
@if($location->rating == 'silence')
|
|
|
|
@if($location->rating == 'silence')
|
|
|
@ -20,6 +20,7 @@
|
|
|
|
<label>{{$location->name}}</label>
|
|
|
|
<label>{{$location->name}}</label>
|
|
|
|
</a>
|
|
|
|
</a>
|
|
|
|
@endforeach
|
|
|
|
@endforeach
|
|
|
|
|
|
|
|
<br />
|
|
|
|
<a href="/listings/{{$prev}}">PREV</a>
|
|
|
|
<a href="/listings/{{$prev}}">PREV</a>
|
|
|
|
{{$pageNum}} of {{$totalPages}}
|
|
|
|
{{$pageNum}} of {{$totalPages}}
|
|
|
|
<a href="/listings/{{$next}}">NEXT</a>
|
|
|
|
<a href="/listings/{{$next}}">NEXT</a>
|
|
|
|