@extends('layouts.app') @section('title', 'Выбор персонажа - WoW Rebirth') @php $breadcrumbs = [ ['title' => 'Аккаунт', 'url' => route('account.index')], ['title' => 'Выбор мира', 'url' => route('account.select-realm')], ['title' => 'Выбор персонажа', 'url' => '#'], ]; @endphp @section('content') @include('pages.account.partials._select-character-content') @endsection