@extends('statamic::layout') @section('title', 'Done < Data Import') @php($status = !is_null(cache("{$uuid}-total")) && cache("{$uuid}-total") === cache("{$uuid}-processed") ? 'done' : 'ongoing') @section('content')
Your import is being processed...
From {{ cache("{$uuid}-total") }} uploaded rows of data {{ cache("{$uuid}-processed") }} rows have been imported.