@extends('admin.layout.app') @section('preload-section') @endsection @section('content')
| # | {{ __('Category') }} | {{ __('Total orders') }} | {{ __('Total amount') }} |
|---|---|---|---|
| {{ $i }} | {{ $u->title }} | {{ $u->cnt }} | {{ $u->amount }} |
| {{ __('keywords.No data found') }} | @for ($i = 1; $i < 10; $i++) @endfor