diff --git a/resources/views/header.blade.php b/resources/views/header.blade.php index 9fbaca07d6d7..9a8f2f687616 100644 --- a/resources/views/header.blade.php +++ b/resources/views/header.blade.php @@ -506,7 +506,9 @@ 'settings', //'self-update' ] as $option) - @if (in_array($option, ['dashboard', 'settings']) || Auth::user()->can('view', substr($option, 0, -1))) + @if (in_array($option, ['dashboard', 'settings']) + || Auth::user()->can('view', substr($option, 0, -1)) + || Auth::user()->can('create', substr($option, 0, -1)))
  • @if ($option == 'settings')