@extends('header')
@section('content')
@parent
@include('accounts.nav', ['selected' => ACCOUNT_MANAGEMENT])
{!! trans('texts.welcome_to_the_new_version') !!}
{{ $customMessage ?? 'Migration has started. We\'ll update you with status, on your company e-mail.' }}
@stop