@extends('layouts.app') @php $breadcrumbs = [ ['title' => 'Аккаунт', 'url' => route('account.index')], ]; // Get character and realm from the accessor once $activeCharacterData = $user->active_character; $character = $activeCharacterData['character']; $realm = $activeCharacterData['realm']; @endphp @section('content') @include('pages.account.partials._index-content') @endsection