@extends('main') @section('content')
| S. No | QR Code | Alphanumeric Code | Carpet/Item ID | Created At | Status |
|---|---|---|---|---|---|
| {{ $index + 1 }} | {{ $row->qr_code ?? 'N/A' }} | {{ $row->alphanumeric ?? 'N/A' }} | {{ $row->item_id ?? 'N/A' }} | {{ $row->created_at }} | @if($row->is_used == 1) Used @else Not Used @endif |