@extends('layouts.app') @section('title') @if( ! empty($title)) {{ $title }} | @endif @parent @endsection @section('content')
@include('admin.sidebar_menu')
@if( ! empty($title)) @endif @include('admin.flash_msg')
@if($comments->count()) @foreach($comments as $comment)
@lang('app.author_name') @lang('app.comment') @lang('app.created_at') @lang('app.actions')