@extends('layouts.app') @section('content')
@if($status->parent()->parent())
@if($status->parent()->parent()->media()->count()) @endif
{{$status->parent()->parent()->profile->username}}

{!!$status->parent()->parent()->rendered!!}

@endif
@if($status->parent()->media()->count()) @endif
{{$status->parent()->profile->username}}

{!!$status->parent()->rendered!!}

@if($status->is_nsfw)

This comment may contain sensitive content. Show

{{$status->profile->username}}

{!! $status->rendered !!}

@else
{{$status->profile->username}}

{!! $status->rendered !!}

{{$status->created_at->diffForHumans()}} @if(Auth::check() && $status->profile_id == Auth::user()->profile->id)
@csrf
@endif
@endif
@if($status->comments->count())
@if($status->comments()->first()->media()->count()) @endif
{{$status->comments()->first()->profile->username}}

{!!$status->comments()->first()->rendered!!}

@endif
@endsection @push('styles') @endpush @push('scripts') @endpush