2015-03-16 22:45:25 +01:00
|
|
|
<ul class="nav nav-tabs nav nav-justified">
|
2015-04-01 21:57:02 +02:00
|
|
|
{!! HTML::nav_link('company/advanced_settings/invoice_settings', 'invoice_settings') !!}
|
|
|
|
{!! HTML::nav_link('company/advanced_settings/invoice_design', 'invoice_design') !!}
|
|
|
|
{!! HTML::nav_link('company/advanced_settings/email_templates', 'email_templates') !!}
|
|
|
|
{!! HTML::nav_link('company/advanced_settings/chart_builder', 'chart_builder') !!}
|
|
|
|
{!! HTML::nav_link('company/advanced_settings/user_management', 'users_and_tokens') !!}
|
2015-03-16 22:45:25 +01:00
|
|
|
</ul>
|
|
|
|
<p> </p>
|
|
|
|
|
|
|
|
@if (!Auth::user()->account->isPro())
|
|
|
|
<center>
|
2015-04-05 21:15:37 +02:00
|
|
|
<div style="font-size:larger;" class="col-md-8 col-md-offset-2">{!! trans('texts.pro_plan_advanced_settings', ['link'=>'<a href="#" onclick="showProPlan(\''.$feature.'\')">'.trans('texts.pro_plan.remove_logo_link').'</a>']) !!}</div>
|
2015-03-16 22:45:25 +01:00
|
|
|
<p/>
|
|
|
|
</center>
|
|
|
|
@endif
|
|
|
|
|
|
|
|
<br/>
|