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

{{ $blog->title }}

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

{{__('user.Tags')}}:

{{__('user.Share')}}:

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

@foreach ($blog_comments as $blog_comment)
avatar

{{ html_decode($blog_comment->name) }} {{ $blog_comment->created_at->format('d M Y, h:iA') }}

{{ html_decode($blog_comment->comment) }}

@endforeach

{{__('user.Submit new comment')}}

{{__('user.Your email address will not be published. Required fields are marked')}} *

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

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

@foreach ($popular_blogs as $popular_blog)
image
{{ $popular_blog->title }}
@endforeach

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

{{__('user.Follow Us')}}

bg
bg
bg
@endsection