@php
$mailboxes = auth()->user()->mailboxesCanView(true);
@endphp
@if (\Module::isActive('tags'))
@endif
@if (\Module::isActive('customfields'))
@foreach($mailboxes as $mailbox)
@php
$mailbox_name_shown = false;
@endphp
@foreach($custom_fields as $custom_field)
@if ($custom_field->mailbox_id == $mailbox->id)
@if (!$mailbox_name_shown)
@php
$mailbox_name_shown = true;
@endphp
@endif