mirror of
https://github.com/tiennm99/coolify.git
synced 2026-08-21 08:25:45 +00:00
9 lines
328 B
PHP
9 lines
328 B
PHP
@props([
|
|
'title' => 'Notifications',
|
|
'subtitle' => 'Delivery channels for team events',
|
|
// Topbar + channel tabs identify the page at xl+; keep the H1 on tablet.
|
|
'titleOnDesktop' => false,
|
|
])
|
|
|
|
<x-dashboard.navbar section="notifications" :title="$title" :subtitle="$subtitle" :titleOnDesktop="$titleOnDesktop" />
|