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

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

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


{{ csrf_field() }}
@if(!Utils::isNinjaProd())
{!! trans('texts.migration_api_secret_notice') !!}
@endif
@stop