@extends('layouts.app') @section('content')
上月最佳文章/編輯
@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