@extends('layouts/default') {{-- Page title --}} @section('title') {{ trans('general.import') }} @parent @stop {{-- Page content --}} @section('content') {{-- Hide importer until vue has rendered it, if we continue using vue for other things we should move this higher in the style --}}
@{{ alert.message }}
@{{ progress.statusText }}
@if (!config('app.lock_passwords')) {{ trans('admin/importer/general.select_import_file') }} @endif
{{ trans('admin/importer/table.file') }} {{ trans('admin/importer/table.created') }} {{ trans('admin/importer/table.size') }} {{ trans('admin/importer/table.process') }} {{ trans('admin/importer/table.delete') }}

{{ trans('general.importing') }}

{!! trans('general.importing_help') !!}

@stop @section('moar_scripts') @endsection