@extends('admin.layouts.master') @section('title','branch Page') @section('content')
| # | Created At | Blog Name | Writer Name | comment | Action |
|---|---|---|---|---|---|
| {{$loop->iteration}} | {{$comment->created_at->format('Y-m-d')}} | {{$comment->blog->title_en}} | {{$comment->writer->name}} | {{$comment->content}} |