Import Records

@forelse($imports as $import) @empty @endforelse
BTB L/C No. Date Description Fabric (Value) Accessories (Value) Fabric Qty (KG) Print/Emb. (Value) Print/Emb. (Qty) Actions
{{ $import->btb_lc_no }} @if ($import->date) {{ \Carbon\Carbon::parse($import->date)->format('d-M-Y') }} @else N/A @endif {{ $import->description }} ${{ number_format($import->fabric_value, 2) }} ${{ number_format($import->accessories_value, 2) }} {{ number_format($import->fabric_qty_kg, 2) }} KG ${{ number_format($import->print_emb_value, 2) }} {{ number_format($import->print_emb_qty, 2) }} KG
@csrf @method('DELETE')
No import records found