From bd0e6b7c2ebbcf349a24024654d6375202276f32 Mon Sep 17 00:00:00 2001 From: dhanabalan Date: Wed, 11 Feb 2026 14:27:14 +0530 Subject: [PATCH] Removed commented code --- resources/views/livewire/invoice-data-table.blade.php | 1 - 1 file changed, 1 deletion(-) diff --git a/resources/views/livewire/invoice-data-table.blade.php b/resources/views/livewire/invoice-data-table.blade.php index d1c1db4..ffb73e1 100644 --- a/resources/views/livewire/invoice-data-table.blade.php +++ b/resources/views/livewire/invoice-data-table.blade.php @@ -242,7 +242,6 @@ {{ $index + 1 }} {{ $row['code'] ?? 'N/A' }} {{ $row['material_type'] ?? 'N/A' }} - {{-- {{ $row['quantity'] ?? 'N/A' }} --}} @if(($row['material_type'] ?? '') === 'Individual' || ($row['material_type'] ?? '') === 'Bundle') {{ number_format((float)($row['quantity'] ?? 0), 0) }}