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

Craft-Wise Label Issuance Report

@foreach($data as $i => $row) @endforeach
S.No Craft Total Labels Issued
{{ $i+1 }} {{ $row->craft }} {{ $row->total_labels }}
@endsection @section('script') @endsection