@php $tabs = [ 'general' => ['label' => __('General'), 'icon' => 'heroicon-o-cog-6-tooth'], 'dns' => ['label' => __('DNS'), 'icon' => 'heroicon-o-globe-alt'], 'storage' => ['label' => __('Storage'), 'icon' => 'heroicon-o-circle-stack'], 'email' => ['label' => __('Email'), 'icon' => 'heroicon-o-envelope'], 'notifications' => ['label' => __('Notifications'), 'icon' => 'heroicon-o-bell'], 'php-fpm' => ['label' => __('PHP-FPM'), 'icon' => 'heroicon-o-cpu-chip'], ]; @endphp