@extends('auth.master') @section('title', trans('auth.bind.title')) @section('content')
@csrf

@lang('auth.bind.introduction')

@if (isset($msg))
{{ $msg }}
@endif
@endsection