@if(count($data)>0)
@php $sno = 1; @endphp @foreach ($data as $key => $test_item_option) @if ($test_item_option['status'] == 1) @else @endif @endforeach
Sl No Option Name Style Type Status Duplicate Remove
{{ $sno++ }} {{ $test_item_option[0] }} {{ $test_item_option[1] }} {{ $test_item_option[2] }}NoDuplicate
@else No Data Found @endif