+
+ @if($status->parent()->parent())
+
-
->thumb()}})
+ @if($status->parent()->parent()->media()->count())
+
->parent()->thumb()}})
+ @endif
-
-
-
->profile->avatarUrl()}})
-
{{$status->parent()->profile->username}}
-
-
+
+
+ @endif
+
+
+ @if($status->parent()->media()->count())
+
->thumb()}})
+ @endif
+
-
{{ str_limit($status->parent()->caption, 125) }}
+
-
+
@if($status->is_nsfw)
@@ -34,8 +69,8 @@
{{$status->profile->username}}
-
{!! $status->rendered !!}
-
+
{!! $status->rendered !!}
+
{{$status->created_at->diffForHumans()}}
@@ -48,8 +83,8 @@
{{$status->profile->username}}
-
{!! $status->rendered !!}
-
+
{!! $status->rendered !!}
+
@endif
+ @if($status->comments->count())
+
+
+ @if($status->comments()->first()->media()->count())
+
->first()->thumb()}})
+ @endif
+
+
+
+ @endif
@@ -108,7 +171,6 @@
@endpush
@push('scripts')
-