ເລືອກຂໍ້ມູນ ແລະ ອັບໂຫຼດໄຟລ໌ {{ $this->form }} @if($this->isParsed) ຜົນການກວດສອບ
✓ ຂໍ້ມູນຖືກຕ້ອງ: {{ $this->validCount }} ລາຍການ → ພ້ອມນຳເຂົ້າ: {{ $this->importableCount }} ລາຍການ @if($this->errorCount > 0) ✗ ຜິດພາດ: {{ $this->errorCount }} ລາຍການ @endif @if(count($this->warnings) > 0) ⚠ ເຕືອນ: {{ count($this->warnings) }} ລາຍການ @endif
@if($this->errorCount > 0) ລາຍການຂໍ້ຜິດພາດ
    @foreach($this->errors as $error)
  • {{ $error }}
  • @endforeach
@endif @if(count($this->warnings) > 0) ລາຍການເຕືອນ
    @foreach(array_slice($this->warnings, 0, 10) as $warning)
  • {{ $warning }}
  • @endforeach @if(count($this->warnings) > 10)
  • ... ແລະອີກ {{ count($this->warnings) - 10 }} ລາຍການ
  • @endif
@endif
ຕາຕະລາງຂໍ້ມູນ {{ $this->table }} @endif