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

Carpet List

@foreach($carpets as $value) @endforeach
S. No. Carpet Registration No Carpet GI Certificate Name of the weaver/Authorized user Contact Details Status Verification Link
{{$i}} {{$value->gi_registration_no}} @if($value->idUser != null){{$value->customer->name}}@endif @if($value->idUser != null) {{$value->customer->mobile}} @endif {{$value->status}} @if($value->carpet_code != null) https://iict.myservo.in/verify/{{$value->carpet_code}} @endif
@stop @section('script') @stop