@extends('layouts.blank') @section('content')

Your Post Has Been Deleted

We removed your post because it doesn't follow our Community Guidelines. If you violate our guidelines again, your account may be restricted or disabled.

To continue you must click the "I Understand" button at the bottom of this page.


Post Details

@if($interstitial->has_media)
@if($interstitial->blurhash) @else No preview available @endif
@if($meta->caption)

Caption: {{$meta->caption}}

@endif

Like Count: {{$meta->likes_count}}

Share Count: {{$meta->reblogs_count}}

Timestamp: {{now()->parse($meta->created_at)->format('r')}}

URL: {{$meta->url}}

@else

Comment: {{$meta->caption}}

Posted on {{$meta->created_at}}

{{$meta->url}}

@endif

Review the Community Guidelines

We want to keep {{config('app.name')}} a safe place for everyone, and we created these Community Guidelines to support and protect our community.

@csrf
@endsection @push('scripts') @if($interstitial->blurhash) @endif @endpush