@extends('main') @section('content')

Issued Label Report (QR / Alphanumeric Codes)

@foreach($data as $index => $row) @endforeach
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
@stop @section('script') @stop