@if ($rules->count() > 0)
@foreach($rules as $k=> $list)
|
|
{{ $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') : '' }} |
|
|
@endforeach
@else
|
@if(!empty(request()->search))
No result found
@else
No data found
@endif
|
@endif