@extends('layouts.app') @section('title', __('Игровые миры') . ' - WoW Rebirth') @php $breadcrumbs = [ ['title' => __('Главная'), 'url' => route('welcome')], ['title' => __('Игровые миры'), 'url' => route('realms.index')], ]; @endphp @section('content') @include('pages.realms.partials._content') @endsection @push('scripts') @endpush