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

{{$title}}

Description

{{$location->description}}

Screens

@if($images != null) @foreach($images as $image) @endforeach @endif
@if($location->rating == 'silence') Silenced Count: {{$location->block_count}} @else Suspended Count: {{$location->block_count}} @endif

This count reflects the number of times this instance has been suspended or silenced by two or more Current Sources.

UPDATED: {{$updated}}
@endsection