@if (count($tenants) > 0)
{{ __('Tenants') }}
@endif @if (count($properties) > 0)
{{ __('Properties') }}
@endif @if (count($invoices) > 0)
{{ __('Invoices') }}
@endif