@foreach ($comments as $comment) @php if(empty($parent_comment)){ $parent_comment = $comment->id; $margin_px = 0;} elseif($parent_comment == $comment->parent_id){ $margin_px += 30; $parent_comment = $comment->id; }else { $parent_comment = $comment->id; $margin_px = 0; } @endphp
  1. Image

    {{ $comment->comment_text }}

    @if ($determination_flag)

    {{ __("Tespit Başlığı: ") }} {{ $comment->determination->header }}

    @endif
  2. @endforeach