@extends('admin.partial.template-full') @section('section')

Stories

Active Stories
{{$stats['active']['today']}}

{{$stats['active']['month']}} in last 30 days

Remote Stories
{{$stats['remote']['month']}}

{{$stats['remote']['month']}} in last 30 days

Total Stories
{{$stats['total']}}
Stories Per User
{{$stats['avg_spu']}}
Storage Used
{{$stats['storage']['sum']}}
Average Media Size
{{$stats['storage']['average']}}
Average Duration
{{$stats['avg_duration']}}s
Average Type
{{$stats['avg_type']}}
@foreach($stories as $story) @endforeach
# 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)}}
{{$stories->links()}}
@endsection @push('scripts') @endpush