@extends('layouts.front') @section('title',$title) @section('meta_title',$meta_title) @section('meta_description',$meta_description) @section('meta_keyword',$meta_keyword) @section('meta_author',$meta_author) @section('meta_image',$meta_image) @section('meta_image_width',$meta_image_width) @section('meta_image_height',$meta_image_height) @section('content')

{{$title}}

{{__('Unread Comments')}} ({{$total_comment}})

@include('front.blog.partials.show-comment')
@include('front.blog.partials.popular-blog')
@endsection @section('modal') @include('front.blog.partials.modal-comment') @endsection @push('scripts-footer') @if(Auth::user()) @endif @if(!$is_user) @endif @if($is_admin) @endif @endpush @push('styles-footer') @endpush