@extends('main') @section('content')
| 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 ?? '-' }} |