@php $tabs = [ 'mailboxes' => ['label' => __('Mailboxes'), 'icon' => 'heroicon-o-envelope'], 'forwarders' => ['label' => __('Forwarders'), 'icon' => 'heroicon-o-arrow-right'], 'autoresponders' => ['label' => __('Autoresponders'), 'icon' => 'heroicon-o-clock'], 'catchall' => ['label' => __('Catch-All'), 'icon' => 'heroicon-o-inbox-stack'], 'logs' => ['label' => __('Logs'), 'icon' => 'heroicon-o-document-text'], 'spam' => ['label' => __('Spam Settings'), 'icon' => 'heroicon-o-shield-check'], ]; @endphp