mirror of
https://gitlab.linphone.org/BC/public/flexisip-account-manager.git
synced 2026-04-18 05:08:27 +00:00
- Add a toggle for the phone SMS registration/auth related features - Add the newsletter email registration toggle - Rename and move around views and controllers - Refactor the login and registration forms - Split the registration form in two, email and phone
7 lines
No EOL
344 B
PHP
7 lines
No EOL
344 B
PHP
<div class="form-check mb-3">
|
|
{!! Form::checkbox('terms', 'true', false, ['class' => 'form-check-input', 'id' => 'terms']) !!}
|
|
<label class="form-check-label" for="terms">I accept the Terms and Conditions: </a></label>
|
|
<p>Read the <a href="{{ route('account.terms') }}">Terms and Conditions</a></p>
|
|
</div>
|
|
|
|
@include('parts.captcha') |