@extends('layouts.blesser.app') @section('content')
{{ $question->title }} {{ $question->category->name }}
({{ $question->answers->count() }}) {{ __('answers') }}
{{ $question->body }}
{{ __('Search for your desired topic or choose from the categories below') }}