@extends('layout.master') @section('css') @stop @section('content')

Comment Details

{{ $comment->comment }}
{{ $comment->get_user_details->username }}
{{ date(config('app.date_format_date_time'), strtotime($comment->created_at)) }}
@stop @section('script')