Move Team, Security, and Webhooks under Meet Settings.
Deploy Ladill Meet / deploy (push) Successful in 50s

Drop them from the admin sidebar, surface Team on the settings page, remove
the unused branches message, and add Settings back-links on those screens.
This commit is contained in:
isaacclad
2026-07-16 00:25:26 +00:00
parent d940ac768e
commit 23e355259b
8 changed files with 26 additions and 30 deletions
@@ -1,5 +1,8 @@
<x-app-layout title="Security settings">
<x-settings.page title="Meeting security" description="Organization-wide defaults for {{ $organization->name }}.">
<div class="mb-4 text-sm text-slate-500">
<a href="{{ route('meet.settings') }}" class="font-medium text-indigo-600 hover:text-indigo-800"> Settings</a>
</div>
<form method="POST" action="{{ route('meet.settings.security.update') }}">
@csrf @method('PUT')