@if (!empty($rules)) @foreach ($rules as $k => $item) @if (is_object($item)) @endif @endforeach @else @endif
S.No. {{ translate('Name') }} {{ translate('Volume') }} Rank Keyword No. Avg Kd Related To Status Action
{{ $k + 1 + ($rules->currentPage() - 1) * $rules->perPage() }} {{ empty($item->name) ? '--' : $item->name }} {{ empty($item->volume) ? '--' : $item->volume }} {{ empty($item->rank) ? '--' : $item->rank }} {{ empty($item->keyword_no) ? '--' : $item->keyword_no }} {{ empty($item->avg_kd) ? '--' : $item->avg_kd }} @switch($item->related_to) @case('category') Category @break @case('brand') Brand @break @case('product') Product @break @case('product_application') Product Application @break @case('use_case') Use Case @break @default -- @endswitch {{ empty($item->status) ? '--' : ucfirst($item->status) }}

@if (!empty(request()->search)) No result found @else No data found @endif

Total Keyword(s) : {{ $rules->total() }}
{{ $rules->links() }}