LISTADO DE ITEMS {{ $items->total() }}
| NOMBRE |
NUMERO DE BUSQUEDAS |
CONVERTIDO EN ARTICULO |
CREACIÓN |
|
@foreach($items as $item)
| {{ $item->item_name }} |
{{ $item->number_of_times_searched }} |
@if($item->added==1) Si @else No @endif |
{{ $item->created_at }} |
|
@endforeach
@if(count($items)==0)
@endif
@include('admin.common.pagination.default', ['paginator' => $items])