@extends($active_theme) @section('title') {{ $blog->title }} {{ $blog->seo_title }} @endsection @section('meta') @endsection @section('frontend-content')
blog details
  • {{__('user.By Admin')}}
  • {{ $blog->total_comment }} {{__('user.Comments')}}
  • {{ $blog->created_at->format('d M Y') }}

{{ $blog->title }}

    {!! clean($blog->description) !!}
@if ($facebookComment->comment_type == 1) @if ($blog->totalComment > 0)

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

@foreach ($blog_comments as $blog_comment)
review

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

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

{{ $blog_comment->created_at->format('d M Y') }}
@endforeach {{ $blog_comments->links('custom_pagination') }}
@endif

{{__('user.Leave A Comment')}}

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

@csrf
{{__('user.Name')}}*
{{__('user.email')}}*
{{__('user.comment')}}*
@if($recaptchaSetting->status==1)
@endif
@else
@endif
@endsection