{{ $thread->title }}
{{ $thread->content }}
@extends('layouts.app') @section('cssExternal') @endsection @section('title', 'Forum | GrowUp') @include('forum.editThreadModal') @include('forum.editReplyModal') @section('content')
{{ $thread->content }}
{{ $reply->content }}
{{ $reply->user->name }}
@if ($reply->user_id == Auth::user()->id) Delete @endif