@extends('frame') @section('title', 'Den | Location Admin') @section('main-content') @parent

Page {{$pageNum}}

PREV {{$pageNum}} of {{$totalPages}} NEXT

@foreach($locations as $location) @php $action = $location->block_count + $location->silence_count; $rating = ($action / $sources)*100; @endphp {{$rating}}%
{{$location->silence_count}}
{{$location->block_count}}
@endforeach
PREV {{$pageNum}} of {{$totalPages}} NEXT
@endsection