{{-- Owner-only subscription expiry warning. Single source of truth is Restaurant::isSubscriptionExpired() / subscriptionAlertTier() — see app/Models/Restaurant.php. Included once from layouts/admin.blade.php so it can never appear twice on the same screen. --}} @php $__subRestaurant = auth()->check() && auth()->user()->isRestaurantAdmin() ? auth()->user()->restaurant : null; $__subTierData = $__subRestaurant ? $__subRestaurant->subscriptionAlertTier() : null; @endphp @if($__subRestaurant && $__subRestaurant->isSubscriptionExpired())