@if($comments->count() == 0)
{{ __('schedule.nocomments') }}
@if($idstatus == 1 || $idstatus == 2)
@endif
@else
Comentarios
@foreach($comments as $comment)
{{ $comment->created_at }}
{{ $comment->comment }}
@endforeach
@if($idstatus == 1 || $idstatus == 2)
@endif
@endif