mirror of
https://gh.wpcy.net/https://github.com/rilustrisimo/freescout-support.git
synced 2026-05-01 14:52:23 +08:00
6 lines
No EOL
254 B
PHP
6 lines
No EOL
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 |