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

{{ $status->user->name }}

SHA-256 {{ $status->sha256_signature }}

@if($status->type === 'text')
{{ $status->body }}
@elseif($status->type === 'image') @elseif($status->type === 'voice')
@else @endif

{{ $status->caption }}

@endsection