@extends('layouts.app') @section('title', ($topic->title ?? __('Topic')) . ' โ ' . config('app.name')) @section('content')
{{ $reply->body }}
{{-- Reply reactions --}}{{ __('No replies yet. Be the first to respond!') }}
{{ __('Sign in') }} {{ __('to post a reply.') }}