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

Import/Export data from another Ferdium server

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

Import data

{{ csrfField() }}

Export data

Export data
@endsection