@if($target = 'load')
{{ $post['post_author_name'] }} @lang('forum.posted') {{ \Carbon\Carbon::createFromTimeStamp(strtotime($post['created_at']))->diffForHumans() }}

{{ $post['value'] }}

@if(!empty($post['children'])) @foreach($post['children'] as $children) @include('forum.partials.post', ['post' => $children, 'target' => 'load']) @endforeach @endif
@else
{{ $post['post_author_name'] }} @lang('forum.posted') {{ \Carbon\Carbon::createFromTimeStamp(strtotime($post['created_at']))->diffForHumans() }}

{{ $post['value'] }}

@endif