@extends('web.layouts.app', ['title' => 'Stories / Rankings / Notifications']) @section('content')
{{ $story->user?->username ?? 'user' }}
{{ $story->caption }} {{ $story->privacy }}
| Scope | User | Score |
|---|---|---|
| {{ $rank->scope }} | #{{ $rank->user_id }} | {{ number_format($rank->score) }} |
{{ $notification->title }}
{{ $notification->body }}