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

{{ str_limit($status->parent()->caption, 125) }}

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

{!! $status->rendered !!}

{{$status->created_at->diffForHumans()}}

@endsection @push('scripts') @endpush