Usually, it should incorporate some kind of Free Trial mechanism.
Header Text and Upgrade LinkTo show, how many days of free trial are left, we need to calculate that on every page.
Modal After Free Trial is OverWe will add one more @if-@else in the same file, at the end of resources/views/layouts/app.blade.php:@if (auth()->check() && auth()->user()->free_trial_days_left < 0)
Your Free Trial is over.
Unlimited Plan
$199.99 per year
-
Unlimited AdminPanels
- All CRUDs and Modules
- Unlimited Functions
-
Priority Live-chat Support
Pay $199.99 @endif