{{-- --}} {{-- like, this, here, that's a literal Vue directive --}}
{{-- @{{ alert.message }} --}} {{-- alert --}} @if($message != '')
@if($message_type == 'success') @endif {{-- title --}} {{ $message }}
@endif {{-- errors thing that's built-in maybe? --}} {{-- --}}
@if($progress != -1)
{{-- so someof these values are in importer.vue! --}}
{{ $progress_message }}
@endif
@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') !!}

{{--
--}}
@push('js') @endpush