{% extends 'auth.base' %} {% block title %}{{ trans('auth.bind.title') }}{% endblock %} {% block content %}

{{ trans('auth.bind.message') }}

{{ csrf_field() }}

{{ trans('auth.bind.introduction') }}

{% if errors.any %}
{{ errors.first }}
{% endif %} {% endblock %}