@extends('core::layouts.master') @section('title') {{ trans_choice('setting::general.system',1) }} {{ trans_choice('upgrade::general.upgrade',1) }} @endsection @section('content')

{{ trans_choice('setting::general.system',1) }} {{ trans_choice('upgrade::general.upgrade',1) }} {{ trans_choice('core::general.back',1) }}

@if( $upgrade_done)
Upgrade already done
@else

Please fill your v2 database details below

The upgrade will be done in the background. You will be notified via email when its complete.
{{csrf_field()}}
@endif
@endsection @section('scripts') @endsection