mirror of
https://gitlab.linphone.org/BC/public/flexisip-account-manager.git
synced 2026-01-27 23:49:19 +00:00
13 lines
463 B
PHP
13 lines
463 B
PHP
<div class="large checkbox">
|
|
<input id="terms" name="terms" type="checkbox">
|
|
<label for="terms">
|
|
I accept the
|
|
<a href="{{ config('app.terms_of_use_url') }}">Terms and Conditions</a>
|
|
@if (config('app.privacy_policy_url', null) != null)
|
|
and <a href="{{ config('app.privacy_policy_url') }}">Privacy policy</a>
|
|
@endif
|
|
</label>
|
|
@include('parts.errors', ['name' => 'terms'])
|
|
</div>
|
|
|
|
@include('parts.captcha')
|