@extends('layouts.main', ['welcome' => true]) @section('content')

mail @if ($account->email) Change your email @else Set your email @endif

@csrf
@if ($account->email)

Please enter the new email address that you would like to link to your account.

@else

The verification code is invalid.

Please enter again your email address to receive a new code.

@endif @include('parts.errors', ['name' => 'code'])
@include('parts.errors', ['name' => 'email'])
@include('parts.captcha')
@endsection @section('footer') Hop @endsection