diff --git a/config/care.php b/config/care.php index 6a45a99..6cc8859 100644 --- a/config/care.php +++ b/config/care.php @@ -238,4 +238,10 @@ return [ 'api_key' => env('QUEUE_API_KEY_CARE'), ], + 'upgrade_banner' => [ + 'title' => 'Unlock Care Pro or Enterprise', + 'description' => 'Unlimited branches, lab & pharmacy modules, encounter billing — from GHS 199/mo.', + 'route' => 'care.pro.index', + ], + ]; diff --git a/resources/views/care/dashboard.blade.php b/resources/views/care/dashboard.blade.php index 37aef58..48f1c04 100644 --- a/resources/views/care/dashboard.blade.php +++ b/resources/views/care/dashboard.blade.php @@ -79,6 +79,8 @@ + @include('partials.upgrade-banner') +
{{ $banner['title'] }}
+{{ $banner['description'] }}
+