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

@lang('auth.bind.introduction')

@if ($errors->count() > 0)
{{ $errors->first() }}
@endif
@endsection