@extends('layouts.app',['title' => $user->username . " posted a photo: " . $status->likes_count . " likes, " . $status->comments_count . " comments" ]) @section('content')
{{$user->username}}
@if($status->is_nsfw && $status->media_count == 1)

CW / NSFW / Hidden Media

(click to show)

@elseif(!$status->is_nsfw && $status->media_count == 1)
@endif
@include('status.show.sidebar')
@endsection @push('meta') @endpush