@extends('admin.layouts.master') @section('title','branch Page') @section('content')
Add New

Table

@foreach($comments as $comment) @endforeach {{$comments->links()}}
# 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}}
@csrf @method('DELETE')
@csrf
@endsection @section('js') @include('admin.layouts.js.sweetalert') @endsection