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:
parent
da0b279f26
commit
a28ff09b46
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user