@extends('admin.admin') @section('meta_title', __('admin.blog.blog_comments') . ' || ' . $companyName) @section('content')
@include('admin.content-loader')
@if (count($comments) != 0) @foreach ($comments as $comment) @endforeach @endif
{{ __('admin.blog.REVIEW') }} {{ __('admin.blog.CREATED_DATE') }} {{ __('admin.blog.BLOG') }} {{ __('admin.blog.CUSTOMER') }}

{{ $comment->comments }}

{{ formatDateTime($comment->created_at, false) }}

{{ $comment->title }}

{{ $comment->name }}
@include('admin.partials.footer')
@endsection @push('scripts') @endpush