@extends('layouts.simple') @section('body')

{{ trans('entities.import') }}

{{ csrf_field() }}

Import books, chapters & pages using a portable zip export from the same, or a different, instance. Select a ZIP file to import then press "Validate Import" to proceed. After the file has been uploaded and validated you'll be able to configure & confirm the import in the next view.

@include('form.errors', ['name' => 'file'])
{{ trans('common.cancel') }}
@stop