@php $tabs = [ 'logo' => 'Logo', 'general' => 'General', 'color' => 'Color', 'header' => 'Header Notice', 'footer' => 'Footer', 'trust_bar' => 'Trust Bar', 'chat_widget'=> 'Chat & Call', 'banner' => 'Banner', 'language' => 'Language Switcher', 'product' => 'Product Items', 'social' => 'Social Media', 'seo' => 'SEO', 'robots' => 'Robots.txt', ]; $activeTab = $activeTab ?? ($tab ?? 'logo'); @endphp
@foreach($tabs as $key => $label) {{ $label }} @endforeach