@extends('layout.front') @section('css_page_level') @endsection @section('page-content')
|
|
{!!$forum->title!!} |
{!!$forum->content!!} |
{{$forum->created_at}} | |
| {{$forum_comment->author}} | {!!$forum_comment->title!!} |
{!!$forum_comment->content!!} |
{{$forum_comment->created_at}} |