@vite(['resources/css/app.css', 'resources/js/app.js'])
@if (session('success')) @endif @if (session('info')) @endif @if (session('warning')) @endif @if (session('danger')) @endif @if($errors->any()) @endif
@if(auth()->user()->activeUserPlan() == null && auth()->user()->roles()->first()->name == 'user')
{{ __('You are currently not subscribe to a plan. To access features, please upgrade to a paid plan.') }} {{ __('Upgrade to Paid Plan') }}
@elseif(auth()->user()->activeUserPlan()?->is_paid == 0 && auth()->user()->roles()->first()->name == 'user')
{{ __('Your plan has not been activated yet. Please contact the administrator to activate your subscription once you done the payment.') }}
@endif
{{ $slot }}
© made with ❤️ by UDARAX