@extends('shared.admin') @section('content')

Financial Report

All Financial Report

@if($list != null && count($list) > 0) @for ($i = 0; $i < count($list); $i++) @php $m = $list[$i]; @endphp @endfor @endif
ID Ngày Số lượng đơn Số lượng thùng Giá trị đơn hàng Số tiền trung bình đơn
{{ (($current_page - 1) * $page_size + $i + 1) }} {{ $m['currentdate'] }} {{ $m['totalOrder'] }} {{ $m['totalQuanlity'] }} {{ \App\Http\Controllers\ProductController::product_price($m['totalRevenue']) }} {{ \App\Http\Controllers\ProductController::product_price($m['average']) }}
{{--
--}}
@endsection @section('script') @endsection