@extends('layouts.panel') @section('title', 'سفارشی‌سازی') @section('page_title')

نظرات

@endsection @section('content')
@foreach($blog_comments as $blog_comment) @endforeach
ردیف نام و نام‌خانوادگی پست الکترونیکی شناسه پست وضعیت عملیات
{{$blog_comment->id}} {{$blog_comment->fullname}} {{$blog_comment->email}} {{$blog_comment->post->id}} {{$blog_comment->status_str}}
{{$blog_comments->links()}}
@endsection