@extends('layout1') @section('title') {{ $blog->seo_title }} @endsection @section('meta') @endsection @section('frontend-content')

{{ __('Blog') }}

blod images

{{ $blog->admin->name }} {{ $blog->comments->where('status', 1)->count() }} {{ __('Comments') }} {{ $blog->views }} {{ __('Views') }}

{{ $blog->translation->title }}

{!! clean($blog->translation->description) !!}

{{ $blog->comments->where('status', 1)->count() }} {{ __('Comments') }}

@foreach ($blogComments as $comment)
comment img

{{ $comment->name }}

{{ $comment->created_at->format('d M Y') }}

{{ $comment->comment }}

@endforeach
{{ $blogComments->links('custom_paginator') }}

{{ __('Submit Comment') }}

@csrf
@if ($setting->recaptcha_status == 'active')

@endif
@endsection @push('js') @endpush