freescout/freescout-dist/resources/views/conversations/partials/threads.blade.php

6 lines
254 B
PHP

@foreach ($threads as $thread_index => $thread)
@if (\Helper::isPrint() && app('request')->input('print_thread_id') && app('request')->input('print_thread_id') != $thread->id)
@continue
@endif
@include('conversations/partials/thread')
@endforeach