@php $banner = config('qms.upgrade_banner'); $canSeeBilling = \App\Support\StaffUx::showBilling(auth()->user()); @endphp @if ($canSeeBilling && empty($hasPaidPlan) && ! empty($banner))

{{ $banner['title'] }}

{{ $banner['description'] }}

View plans
@endif