@php $workspace = app()->bound('current_workspace') ? app('current_workspace') : null; $nav = [ ['label' => 'Dashboard', 'route' => 'dashboard', 'icon' => '⊞'], ['label' => 'Links', 'route' => 'links.index', 'icon' => '↗'], ['label' => 'QR Codes', 'route' => 'qr.index', 'icon' => '▦'], ['label' => 'Link-in-Bio', 'route' => 'bio.index', 'icon' => '≡'], ['label' => 'Analytics', 'route' => 'analytics.index', 'icon' => '↑'], ['label' => 'Domains', 'route' => 'domains.index', 'icon' => '◎'], ['label' => 'Settings', 'route' => 'settings.index', 'icon' => '⚙'], ]; @endphp