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

GI User-wise Label Issuance Report

@foreach($data as $i => $row) @endforeach
S. No. GI User ID Craft GIS No. Total Labels Issued
{{ $i + 1 }} {{ $row->idUser }} {{ $row->craft }} {{ $row->gis_no }} {{ $row->total_labels }}
@stop @section('script') @stop