@if($type === 'book')
@icon('chapter') {{ $import->chapter_count }}
@endif
@if($type === 'book' || $type === 'chapter')
@icon('page') {{ $import->page_count }}
@endif
{{ $import->getSizeString() }}
@icon('time'){{ $import->created_at->diffForHumans() }}