@extends('frame',['front' => false]) @section('title', 'The Bad Space | Edit '.$title) @section('main-content') @parent

Editing {{$title}}

@csrf







uuid}} />

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

@foreach($archive_links as $link) @php $link = trim($link); @endphp {{$link}}
@endforeach
LAST UPDATED : {{$updated}}
@endsection