{{--
@include('reports::partials/views')
--}}
@php
$mailboxes = Auth::user()->mailboxesCanView(true);
@endphp
{{ __('Type') }}
{{ __('Mailbox') }}
@if (\Route::currentRouteName() != 'reports.conversations')
{{ __('User') }}
@endif
@if (\Module::isActive('tags'))
{{ __('Tag') }}
@endif
-
{{----}}
{{--
--}}
@action('reports.filters_button_append')
@php
$custom_fields = Reports::getCustomFieldFilters();
@endphp
@if (count($custom_fields))
@foreach($custom_fields as $custom_field)
{{ $custom_field->name }}
@if ($custom_field->type == CustomField::TYPE_DROPDOWN)
@else
@endif
@endforeach
@endif