@php $text = "We've revamped the plan management system to give you full control over your pricing strategies. You may need to review and update your pricing plans."; $btn_text = "See What's New"; @endphp @auth @if (auth()->user()->isAdmin())

@lang($text)

@lang($btn_text)
@endif @endauth