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

Textile Committee – Product Report

@foreach($records as $row) @endforeach
GI Tag Type of Product Design Type Technique Used Authorised Weaver Name Address Area of Production Description
{{ $row->gi_tag ?? '-' }} {{ $row->product_type ?? '-' }} {{ $row->design_type ?? '-' }} {{ $row->technique_used ?? '-' }} {{ $row->weaver_name ?? '-' }} {{ $row->address ?? '-' }} {{ $row->area_of_production ?? '-' }} {{ $row->description ?? '-' }}
@endsection