@extends('layout') @section('title') {{ $blog->translated_title }} @endsection @section('meta') @endsection @section('user-content')

{{__('user.Blog')}}

blod images

{{ $blog->admin->name }} {{ $blog->total_comment }} {{__('user.Comments')}} {{ $blog->views }} {{__('user.Views')}}

{{ $blog->translated_title }}

{{ $blog->translated_short_description }}

{!! clean($blog->translated_description) !!} @if ($blog_comment_setting->comment_type==1)

{{ $blog->total_comment }} {{__('user.Comments')}}

@foreach ($blogComments as $item)
comment img

{{ $item->name }}

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

{{ $item->comment }}

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

{{__('user.Submit Comment')}}

@csrf
@if($recaptcha_setting->status==1)

@endif
@else
@endif
@endsection