@extends('view.layout.layout') @section('title') {{{ $setting['site']['site_title'] or '' }}} - {{{ $post->title or '' }}} @endsection @section('page')
@foreach($comment->childs as $child)-
{{{ $child->name or '' }}}
{!! $child->comment or '' !!}
@endforeach
@endif