@php use App\Services\HeroStatsService; use App\Models\Attribute; $statsService = new HeroStatsService($hero); $allAttributes = Attribute::all(); @endphp
Attribute | Base | Equip | Buff | Total |
---|---|---|---|---|
{{ $attribute->name }} | {{ $stat['base'] }} | +{{ $stat['equip'] }} | +{{ $stat['buff'] }} | {{ $stat['total'] }} |