@extends('layouts.admin') @section('content')
Site structure
Manage owner-controlled links in the main website navigation and footer. Only Enabled items are public, and lower Display order numbers appear first.
/; external links must use a full https:// URL.
Primary appears in the desktop/mobile website menu. Footer appears in the footer’s Information links. Use display order values such as 10, 20, 30 to leave room for future links.
{{ $description }} · {{ $locationItems->where('is_enabled', true)->count() }} enabled
{{ $item->url }} · Display order {{ $item->sort_order }}
No custom items in this location. HMS is currently using its built-in fallback links here.
@endforelse