• {{ $character->slug }}
  • Character
    Information
    Profile
    Gallery
    Inventory
    Bank
  • History
    Images
    Change Log
    Ownership History
    Item Logs
    Currency Logs
    Submissions
  • @if (Auth::check() && (Auth::user()->id == $character->user_id || Auth::user()->hasPower('manage_characters')))
  • Settings
    Edit Profile
    Transfer
    @if (Auth::user()->id == $character->user_id)
    Update Design
    @endif
  • @endif