@extends('layouts.app') @section('content')
編輯明細
@for($i=0;$i < count($detail);$i++) @endfor
作者 篇數 總瀏覽量
作者 篇數 總樓覽量

{{ $detail[$i]->author }}

{{ $detail[$i]->countall }} {{ $detail[$i]->sump }}
上週最佳文章/編輯 (only top100)
@for($i=0;$i < count($tpa);$i++) @endfor
pagePath author pageviews
pagePath author pageviews

{{ $tpa[$i]->title }}

{{ $tpa[$i]->author}} {{ $tpa[$i]->pageviews }}
@endsection @section("footer") @endsection