From 8b349da764d6eb0d688c3d1d14b277e09ec1e35f Mon Sep 17 00:00:00 2001 From: isaacclad Date: Thu, 9 Jul 2026 06:57:33 +0000 Subject: [PATCH] Remove desktop header search from app topbars. Drop the lg+ topbar search field; mobile search entry points are unchanged. --- resources/views/partials/topbar.blade.php | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/resources/views/partials/topbar.blade.php b/resources/views/partials/topbar.blade.php index a9cb1f1..17e9393 100644 --- a/resources/views/partials/topbar.blade.php +++ b/resources/views/partials/topbar.blade.php @@ -11,19 +11,6 @@ @include('partials.mobile-topbar-title', ['heading' => $heading ?? null]) - @if (auth()->check() && app(\App\Services\Meet\MeetPermissions::class)->can( - app(\App\Services\Meet\OrganizationResolver::class)->memberFor(auth()->user()), 'meetings.view')) - - @endif