@extends('layouts.front') @section('title',$title.' : '.__('Blog Comment')) @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') {{__('Comment')}} {{$title}} @ {{$parent_comment_info->first()->blog_title}} {{__('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