{{--
@include('reports::partials/views')
--}}
{{ __('Type') }}
{{ __('Mailbox') }}
@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) @endforeach
@endif