monica/data/framework/views/cbded9616958d7dd90246d5d774744f9dae6ef42.php
2020-10-07 10:38:13 -07:00

12 lines
620 B
PHP

<?php if($accountHasLimitations): ?>
<div class="mb4">
<img src="img/people/upgrade_account.png">
<div class="pa3 br bl bb br2 b--black-10 br--bottom bg-white">
<p class="mb3"><?php echo e(trans('people.people_list_account_upgrade_title')); ?></p>
<div class="tc">
<a href="<?php echo e(route('settings.subscriptions.index')); ?>" class="btn btn-secondary">☆ <?php echo e(trans('people.people_list_account_upgrade_cta')); ?></a>
</div>
</div>
</div>
<?php endif; ?>
<?php /**PATH /var/www/html/resources/views/partials/components/people-upgrade-sidebar.blade.php ENDPATH**/ ?>