Page {{$pageNum}}
- PREV - {{$pageNum}} of {{$totalPages}} - NEXT- @foreach($locations as $location) - @php + @section('main-content') + @parent +
Page {{$pageNum}}
+ PREV + {{$pageNum}} of {{$totalPages}} + NEXT + @foreach($locations as $location) + @php $action = $location->block_count + $location->silence_count; $rating = floor(($action / $sources)*100); - @endphp - -
-
- {{$location->silence_count}}
-
-
-
- {{$location->block_count}}
-
-
- @endforeach
-
-
- - PREV - {{$pageNum}} of {{$totalPages}} - NEXT -
+
+ {{$location->silence_count}}
+
+
+
+ {{$location->block_count}}
+
+
+ @endforeach
+
+
+ PREV
+ {{$pageNum}} of {{$totalPages}}
+ NEXT
+ +