@foreach($comments as $comment) @if($comment instanceof App\TicketEvent) @include('components.ticketEvent', ["event" => $comment]) @else