Clarify that reports requires pro plan
This commit is contained in:
parent
1fd6cabd6b
commit
c843da52d2
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@
|
|||
class="{{ Request::is("{$option}*") ? 'active' : '' }}">
|
||||
<i class="fa fa-{{ empty($icon) ? \App\Models\EntityModel::getIcon($option) : $icon }}" style="width:46px; padding-right:10px"></i>
|
||||
{{ ($option == 'recurring_invoices') ? trans('texts.recurring') : mtrans($option) }}
|
||||
{!! Utils::isTrial() && in_array($option, ['quotes', 'tasks', 'expenses', 'vendors']) ? ' <sup>' . trans('texts.pro') . '</sup>' : '' !!}
|
||||
{!! Utils::isTrial() && in_array($option, ['quotes', 'tasks', 'expenses', 'vendors', 'reports']) ? ' <sup>' . trans('texts.pro') . '</sup>' : '' !!}
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue