|
{{ $article->title }} |
@if($article->category) {{ $article->category->name }} @else 无 @endif |
{{ $article->user->name }}[UID:{{ $article->user_id }}] |
{{ $article->collections }} / {{ $article->views }} |
{{ timestamp_format($article->created_at) }} |
{{-- {{ trans_common_status($article->status) }} | --}}
|
@endforeach