7 lines
229 B
PHP
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" />
|