@php $cols = [ 'Product' => [ /* ['Features', 'features'], ['Pricing', 'pricing'], ['How It Works', 'how-it-works'], */ ], 'Company' => [ /* ['About Us', 'about'], ['Blog', 'blog.index'], ['Contact', 'contact'], */ ], 'Resources' => [ /* ['Help', 'contact'], ['Sign in', 'login'], ['Create account', 'register'], */ ], 'Legal' => [ ['Privacy Policy', null], ['Terms of Service', null], ], ]; @endphp