@layout('layouts.v2') @section('content')

Import/Export data from another Ferdi server

@if(flashMessage('error'))
{{ flashMessage('error') }}
@endif @if(old('message'))
{{ old('message') }}
@endif @if(flashMessage('notification'))
{{ flashMessage('notification.message') }}
@endif @if(success === true)
Sucessfully imported your account data
@endif

Import data

{{ csrfField() }}

Export data

Export data
@endsection