@extends('admin.partial.template-full') @section('section')
Stories
{{$stats['active']['month']}} in last 30 days
{{$stats['remote']['month']}} in last 30 days
# | Username | Type | View Count | Created | Expires | |
---|---|---|---|---|---|---|
{{$story->id}} | {{$story->profile->username}} | {{$story->type}} | {{$story->view_count ?? 0}} | {{$story->created_at->diffForHumans(null, true, true, true)}} | {{optional($story->expires_at)->diffForHumans(null, true, true, true)}} |