@if ($rules->count() > 0) @foreach($rules as $k=> $list) @endforeach @else @endif
S.No. {{ translate('Rules') }} {{ translate('Rules Type') }} {{ translate('Created On') }} {{ translate('Updated On') }} {{ translate('Inactive/Active') }} {{ translate('Action') }}
{{ $k + 1 + ($rules->currentPage() - 1) * $rules->perPage() }} @if ($list->rule_user_type == '') N/A @else {{ $list->rule_user_type }} @endif {{ $list->created_at ? $list->created_at->format('Y-m-d h:i A'): '' }} {{ $list->updated_at ? $list->updated_at->format('Y-m-d h:i A') : '' }}

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

Total Rule(s) : {{ $totalCount }}
{{ $rules->links() }}