Sindbad~EG File Manager
<?php
$run = $this->run;
?>
<div class="p-4 bg-white rounded-xl shadow">
<div class="font-semibold text-lg">Progress Import Tabel Barang</div>
<?php if(\Livewire\Mechanisms\ExtendBlade\ExtendBlade::isRenderingLivewireComponent()): ?><!--[if BLOCK]><![endif]--><?php endif; ?><?php if(!$run): ?>
<div class="mt-2 text-sm text-gray-600">Belum ada proses import.</div>
<?php else: ?>
<?php
$total = max(1, (int)($run->total_rows ?? 1));
$done = (int)($run->processed_rows ?? 0);
$pct = min(100, (int)(($done / $total) * 100));
?>
<div class="mt-2 text-sm">
Status: <b><?php echo e($run->status); ?></b><br>
<span class="text-gray-600"><?php echo e($run->message); ?></span>
</div>
<div class="mt-3">
<div class="w-full bg-gray-200 rounded-full h-3">
<div class="h-3 rounded-full" style="width: <?php echo e($pct); ?>%; background:#2563eb;"></div>
</div>
<div class="mt-1 text-xs text-gray-600"><?php echo e($done); ?> / <?php echo e($run->total_rows); ?> (<?php echo e($pct); ?>%)</div>
</div>
<?php endif; ?><?php if(\Livewire\Mechanisms\ExtendBlade\ExtendBlade::isRenderingLivewireComponent()): ?><!--[if ENDBLOCK]><![endif]--><?php endif; ?>
</div><?php /**PATH /home/webg5288/public_html/laravel_kendal/resources/views/filament/widgets/import-ms-stock-progress.blade.php ENDPATH**/ ?>
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists