@php $hero = Auth::user()->hero; $backgroundImage = asset('images/' . ($hero->background_image ?? 'default_hero_background.png')); @endphp

Hero Overview

Name: {{ $hero->name }}

Class: {{ $hero->class }}

Level: {{ $hero->level }}

In City: {{ $hero->in_city ? 'Yes' : 'No' }}