@extends('layouts.gamification') @section('title', 'Мой герой') @section('gami-active', 'hero') @push('styles') @endpush @section('content')
| Пока нет записей | ||
| {{ (new DateTime($row->created_at))->format('d.m.Y H:i') }} | {{ $reasonLabels[$row->reason] ?? $row->reason }} @if ($row->description) — {{ $row->description }} @endif | {{ ($row->amount >= 0 ? '+' : '').(int) $row->amount }} 🪙 |