@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
Total Actions: {{$actions}}/{{$sources_count}}
Suspended: {{$location->block_count}} Silenced: {{$location->silence_count}}

Total Actions represent the number of actions, silences or suspensions, that have been taken against an instance by Current Sources
UPDATED : {{$updated}}
@endsection