2020-02-24 22:17:16 +01:00
|
|
|
@extends('header')
|
|
|
|
|
|
|
|
|
|
@section('content')
|
|
|
|
|
@parent
|
|
|
|
|
@include('accounts.nav', ['selected' => ACCOUNT_MANAGEMENT])
|
|
|
|
|
|
|
|
|
|
<div class="panel panel-default">
|
|
|
|
|
<div class="panel-heading">
|
|
|
|
|
<h3 class="panel-title">{!! trans('texts.welcome_to_the_new_version') !!}</h3>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="panel-body">
|
2020-03-03 23:44:30 +01:00
|
|
|
Migration has started. We'll update you with status, on your company e-mail.
|
2020-02-24 22:17:16 +01:00
|
|
|
<!-- Note: This message needs edit, like next instructions, etc. -->
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
@stop
|