11 lines
477 B
PHP
11 lines
477 B
PHP
<span>
|
|
<button type="button" class="btn bg-gradient-secondary dropdown-toggle" data-toggle="dropdown" aria-expanded="false">
|
|
<i class="fa fa-fw fa-envelope-open-text"></i>
|
|
</button>
|
|
|
|
<ul class="dropdown-menu" x-placement="bottom-start">
|
|
<li class="dropdown-item"><a href="{{ $route }}/mailSelection">{{ __('admin.mail_the_selection') }}</a></li>
|
|
<li class="dropdown-item"><a href="{{ $route }}/mailAll">{{ __('admin.mail_the_complete_list') }}</a></li>
|
|
</ul>
|
|
</span>
|