@if(\App\Models\Common::isDeIndexGlobally() == 0) @else @endif {{$blog->blog_name}} @include("new_design.common.href_lang") @include("new_design.common.gtag_head") @include("new_design.common.gtag_body") @include("new_design.common.fb_pixel") @include('new_design.top-menu') @include('new_design.mid-menu') @include('new_design.cart_sidebar') @include('new_design.nav_menu')
{{$blog->blog_name}} POSTED ON @if($blog->published_date){{\Carbon\Carbon::parse($blog->published_date)->format('F d, Y')}}@else{{\Carbon\Carbon::parse($blog->created_at)->format('F d, Y')}}@endif @if($blog->author_id) by {{$blog->author->author_name}} @endif

{{$blog->blog_name}}

{!! preg_replace("//", "", str_replace('
', '', $blog->blog_long_description)) !!}
Share This!
Comments
@forelse($blogComments as $comment)
{{\Carbon\Carbon::parse($comment->created_at)->format('F d, Y')}}
{{$comment->customer_name}}

{{$comment->comment}}

@if($comment->answer) Reply: {{$comment->answer}} @endif
@empty

No Comments

@endforelse
Leave a comment
@csrf
Categories
@foreach($categories as $category)

{{$category->category_name}}

@endforeach
Recent Posts
@foreach($recentblogs as $blog)
{{$blog->blog_name}}
{{$blog->blog_name}}
@if($blog->published_date){{\Carbon\Carbon::parse($blog->published_date)->format('F d, Y')}}@else{{\Carbon\Carbon::parse($blog->created_at)->format('F d, Y')}}@endif
@endforeach
@include('new_design.footer') @include("new_design.common.fb_messenger") {{-- --}}