@php $mailboxes = auth()->user()->mailboxesCanView(true); @endphp

{{ __('Table') }}

{{ __('Parameters') }}

@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)
{{ $mailbox->name }}
@php $mailbox_name_shown = true; @endphp @endif
{{--
--}}
@if ($custom_field->type == CustomField::TYPE_DROPDOWN) @else type == CustomField::TYPE_NUMBER) type="number" @else type="text" @endif /> @endif
@endif @endforeach @endforeach @endif