@extends('layouts.blesser.app') @section('content')
{{ $question->title }} {{ $question->category->name }}
({{ $question->answers->count() }}) {{ __('answers') }}
{{ $question->body }}
{{ $answer->body }}
{{ $answer->created_at->diffForHumans() }}
{{ $comment->body }}
{{ $comment->created_at->diffForHumans() }}