coolify/resources/views/components/profile/navbar.blade.php
Andras Bacsai 8ae56587d5
feat(ui): Shadow UI redesign, domain management, and DNS autoconfigure (#11119)
Co-authored-by: ShadowArcanist <162910371+ShadowArcanist@users.noreply.github.com>
2026-08-03 23:11:54 +02:00

7 lines
229 B
PHP

@props([
'title' => 'Profile',
'subtitle' => 'Your account preferences',
'titleOnDesktop' => false,
])
<x-dashboard.navbar section="profile" :title="$title" :subtitle="$subtitle" :titleOnDesktop="$titleOnDesktop" />