@if(Auth::user()->connect_account_status != 'active')
Reminder: Set up your stripe account to receive rental payments from tenants.
Click here.
@endif
@if(Auth::user()->subscription_status == 'Cancel')
Your subscription has been canceled.
Click Here to renew your subscription.
@endif