12 lines
620 B
PHP
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**/ ?>
|