@extends('layouts.app') @section('content')
{{ isset($title) ? $title : 'Comment' }}
{{ csrf_field() }}
ชื่อผู้แสดงความคิดเห็น
{{ $comment->post_name }}
อีเมล์ผู้แสดงความคิดเห็น
{{ $comment->post_email }}
เบอร์โทรผู้แสดงความคิดเห็น
{{ $comment->post_tel }}
{{ optional($comment->blog)->post_name }}
ความคิดเห็น
{{ $comment->detail }}
{{ $comment->created_at }}
{{ $comment->updated_at }}
{{ optional($comment->user)->name }}
การแสดงสาธารณะ
{{ $comment->public }}
@endsection