@extends('admin.layouts.container') @section('content')
| # | {{__('dashboard.category')}} | {{__('dashboard.visits')}} |
|---|---|---|
| {{$key+1}} | {{$row->currentDescription->title}} | {{$row->visits}} |
| # | {{__('dashboard.category')}} | {{__('dashboard.total')}} |
|---|---|---|
| {{$key+1}} | {{$row->currentDescription->title}} | {{$row->count ?? '0'}} {{__('web.sar')}} |
| # | {{__('dashboard.product')}} | {{__('dashboard.total')}} |
|---|---|---|
| {{$key+1}} | {{$row->currentDescription->title}} | {{$row->count ?? '0'}} {{__('web.sar')}} |