@extends('frame') @section('title', 'The Bad Space | Location Info') @section('main-content') @parent

Description

{{$location->description}}

References

Images

@if($images != null) @foreach($images as $image) @endforeach @endif @php $action = $location->block_count + $location->silence_count; $rating = ($action / $sources_count)*100; @endphp

Links

RATING: {{$rating}}%
SILENCED: {{$location->silence_count}}
SUSPENDED: {{$location->block_count}}
@if($edit)
Edit {{$location->name}}
@endif
Heat Rating is the percentage of Current Sources that have taken action against an instance. The higher the number of Sources that have silenced and/or suspended an instance, the higher the Heat Rating.
UPDATED : {{$updated}}
@endsection