1
0
mirror of https://github.com/freescout-helpdesk/freescout.git synced 2024-11-24 19:33:07 +01:00

Conversation To, Cc, Bcc

This commit is contained in:
FreeScout 2018-08-27 01:11:19 -07:00
parent da0b279f26
commit a28ff09b46

View File

@ -17,7 +17,7 @@
@endif
@foreach ($customer->emails as $email)
@if (empty($main_email) || $email->email != $main_email)
<li class="customer-email"><a href="#" title="{{ __('Email customer') }}" class="@if (empty($main_email)) && $loop->index == 0) contact-main @endif">{{ $email->email }}</a></li>
<li class="customer-email"><a href="#" title="{{ __('Email customer') }}" class="@if (empty($main_email) && $loop->index == 0) contact-main @endif">{{ $email->email }}</a></li>
@endif
@endforeach
@foreach ($customer->getPhones() as $phone)