{{-- The one navigation on every page: a floating toolbar centred above the bottom edge, as wide as its buttons. The site's name and logo head the upload and download pages instead of a bar. A signed-in user gets the pages they can reach and the account menu; everyone else gets the upload page, the theme toggle and a way to sign in — without tooltips, so the download page stays free of anchored components. The current page's button is filled. --}} @php $onUpload = request()->routeIs('upload', 'share.created'); $onDashboard = request()->routeIs('admin.dashboard'); $onAdminSettings = request()->routeIs('admin.settings'); @endphp