@extends('header') @section('content') @parent @include('accounts.nav', ['selected' => ACCOUNT_MANAGEMENT]) @include('migration.includes.errors')

{!! trans('texts.welcome_to_the_new_version') !!}

Let's continue with authentication.


{{ csrf_field() }}
@stop