@php $tabs = [ 'local' => ['label' => __('My Backups'), 'icon' => 'heroicon-o-archive-box'], 'remote' => ['label' => __('Server Backups'), 'icon' => 'heroicon-o-cloud'], 'destinations' => ['label' => __('SFTP Destinations'), 'icon' => 'heroicon-o-server-stack'], 'history' => ['label' => __('Restore History'), 'icon' => 'heroicon-o-arrow-path'], ]; @endphp