All Feature List

@if(isset($listTools) and !empty($listTools)) @foreach ($listTools as $key => $attribute) @endforeach @endif
S.No. {{ translate('Name') }} {{ translate('Type') }} {{ translate('Status') }} {{ translate('Feature Type') }}
{{ $key + 1 }} {{$attribute->name}} {{ ucfirst($attribute->type) }} {{ ucfirst($attribute->status)}} {{ ucfirst($attribute->feature_type)}}