@extends('layouts.app') @section('title') Thread: {{ $thread->title }} @endsection @section('description') @endsection @section('breadcrumb')
  • All Threads
  • {{ $thread->id }}
  • @endsection @section('content')
    User Image {{ $thread->creator->name }} Shared publicly - {{ $thread->created_at->diffForHumans() }}

    {{ $thread->body }}

    2 {{ $thread->likes_count }} {{ str_plural('like', $thread->likes_count) }} - {{ $thread->comments_count }} {{ str_plural('comment', $thread->comments_count) }}
    @endsection