{{ number_format($totalOrders) }}
{{ number_format($completedMigrations) }}
{{ number_format($failedMigrations) }}
{{ $totalOrders > 0 ? round(($completedMigrations / $totalOrders) * 100, 2) : 0 }}%
| Year | Month | Total Orders | Status | Action |
|---|---|---|---|---|
| {{ $item->year }} | {{ date('F', mktime(0, 0, 0, $item->month, 1)) }} | {{ number_format($item->count) }} | Loading... |