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

{{ $menus->where('id',7)->first()->navbar }}

blod images

{{ $blog->admin->name }} {{ $blog->comments->where('status',1)->count() }} {{ $websiteLang->where('lang_key','comments')->first()->custom_text }} {{ $blog->view }} {{ $websiteLang->where('lang_key','views')->first()->custom_text }}

{{ $blog->title }}

{{ $blog->short_description }}

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

{{ $blog->comments->where('status',1)->count() }} {{ $websiteLang->where('lang_key','comments')->first()->custom_text }}

@foreach ($blogComments as $item)
comment img

{{ $item->name }}

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

{{ $item->comment }}

@endforeach
{{ $blogComments->links('user.paginator') }}

{{ $websiteLang->where('lang_key','submit_comment')->first()->custom_text }}

@csrf
@if($commentSetting->allow_captcha==1)

@endif
@else
@endif
@endsection