@extends('layouts.app')
@section('content')
過去三十天編輯瀏覽量排名
@foreach ($editors_array as $editor)
1 :
瀏覽量 : {{ $editor["pageviews"] }}
總篇數 : {{ count($editor["articles"]) }}
平均每篇 : {{ round(intval($editor["pageviews"]) / count($editor["articles"] )) }}
熱門文章
@endforeach
@endsection
@section("footer")
@endsection