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

Crafts With No Qrcode

@foreach($carpets as $value) @endforeach
S. No. Reg. No GI Certificate Weaver Authorized User Status Last Updated BY Last Updated On Action Verification Link Contact Details
{{$i}} {{$value->gi_registration_no}} {{$value->weaver_name}} @if(isset($value->customer)) @if(!empty($value->customer)) {{$value->customer->name}} @endif @endif @if($value->status == 'Certified') {{$value->status}} @endif @if($value->status == 'Rejected') {{$value->status}} @endif
@if($value->physicalTest != null) Physical Test-Done/{{$value->physicalTest}} @else Physical Test - Pending @endif
@if($value->labTest != null) Lab Test - Done/{{$value->labTest}} @else Lab Test - Pending @endif
@if($value->qrcode != null) QR Code - Assigned @else QR Code (Not-Assigned) @endif
@if($value->updated_by != null)@if(!empty($value->updatedby)) {{$value->updatedby->name}} @endif @endif {{Carbon\Carbon::parse($value->updated_at)->format('d-m-Y H:i')}}
@if($value->qrcode != null) {{$value->qrcode}} @endif @if(isset($value->customer)) {{$value->customer->mobile}} @endif
@stop @section('script') @stop