@if (session('success'))
@endif
@if (session('info'))
@endif
@if (session('warning'))
@endif
@if (session('danger'))
@endif
@if($errors->any())
@endif
{{ env('APP_NAME') }} Alerts
{{ session('success') }}
{{ env('APP_NAME') }} Alerts
{{ session('info') }}
{{ env('APP_NAME') }} Alerts
{{ session('warning') }}
{{ env('APP_NAME') }} Alerts
{{ session('danger') }}
{{ env('APP_NAME') }} Alerts
{{ $errors->first() }}
@if(auth()->user()->activeUserPlan() == null && auth()->user()->roles()->first()->name == 'user')
@elseif(auth()->user()->activeUserPlan()?->is_paid == 0 && auth()->user()->roles()->first()->name == 'user')
@endif
{{ $slot }}
{{ __('You are currently not subscribe to a plan. To access features, please upgrade to a paid plan.') }}
{{ __('Upgrade to Paid Plan') }}
{{ __('Your plan has not been activated yet. Please contact the administrator to activate your subscription once you done the payment.') }}