<!-- Success alert --> @if (session('success') && session('comment_id') == $comment-&g...
@foreach ($comments as $comment) @if (null == $comment->parent_id) <li class="depth...
in blade @foreach ($comments as $comment) @if (null == $comment->parent_id) <li class=&q...
The Laravel portal for problem solving, knowledge sharing and community building.