From 0bb19233e21541317a9f28683898a76e52a1249e Mon Sep 17 00:00:00 2001 From: isaacclad Date: Thu, 9 Jul 2026 06:57:06 +0000 Subject: [PATCH] Remove desktop header search from app topbars. Drop the lg+ topbar search field; mobile search entry points are unchanged. Co-authored-by: Cursor --- 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 c1cbcb1..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\Care\CarePermissions::class)->can( - app(\App\Services\Care\OrganizationResolver::class)->memberFor(auth()->user()), 'patients.view')) - - @endif