@extends('layouts.app') @section('content')
查詢區間 : {{$startdate}} ~ {{$enddate}}

{{$queryeditor->name}}

瀏覽量 : {{ $queryeditor->pageviews }}

總篇數 : {{ count($queryeditor->articles) }}

全部編輯瀏覽量排名

@foreach ($editors_array as $editor)
1 :

瀏覽量 : {{ $editor["pageviews"] }}

總篇數 : {{ count($editor["articles"]) }}

平均每篇 : {{ round(intval($editor["pageviews"]) / count($editor["articles"] )) }}

熱門文章

@endforeach
@endsection @section("footer") @endsection