-
-
-
{{ trans('texts.help') }}
-
-
{{ trans('texts.new_client') }}
-
-
-
-
{{ trans('texts.search') }}
-
-
{{ trans('texts.new_invoice') }}
-
-
-
-
{{ trans('texts.menu') }}
-
-
{{ trans('texts.new_...') }}
-
-
-
-
{{ trans('texts.history') }}
-
-
-
-
-
-
{{ trans('texts.list_clients') }}
-
-
-
-
{{ trans('texts.dashboard') }}
-
-
{{ trans('texts.list_invoices') }}
-
-
-
-
{{ trans('texts.settings') }}
-
-
{{ trans('texts.list_...') }}
+
+ @if (Utils::isNinja() && Utils::isPro())
+
+
+ @endif
+
+
+
+
+
+
+
{{ trans('texts.help') }}
+
+
{{ trans('texts.new_client') }}
+
+
+
+
{{ trans('texts.search') }}
+
+
{{ trans('texts.new_invoice') }}
+
+
+
+
{{ trans('texts.menu') }}
+
+
{{ trans('texts.new_...') }}
+
+
+
+
{{ trans('texts.history') }}
+
+
+
+
+
+
{{ trans('texts.list_clients') }}
+
+
+
+
{{ trans('texts.dashboard') }}
+
+
{{ trans('texts.list_invoices') }}
+
+
+
+
{{ trans('texts.settings') }}
+
+
{{ trans('texts.list_...') }}
+
+
+
+
+
+
+
+ {{ trans('texts.sample_commands') }}:
+
+
+
+ - Go to the dashboard
+ - List active and deleted tasks
+ - Find <client name>
+ - Show me <client name>'s overdue invoices
+ - New invoice for <client name>
+ - Create payment for invoice <invoice number>
+
+
+
+ {!! trans('texts.voice_commands_feedback', ['email' => HTML::mailto(CONTACT_EMAIL)]) !!}
+
+
+
+