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

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

In order to start the migration, we need to know where do you want to migrate.


{{ csrf_field() }} @if(Utils::isNinjaProd())

Migrate to version 5 of Invoice Ninja

@else

By choosing the 'self-hosted', you are the one in charge of servers.

@endif
@stop