@extends('layouts.app') @section('title', __('Profile') . ' - WoW Rebirth') @php $breadcrumbs = [ ['title' => __('Главная'), 'url' => route('welcome')], ['title' => __('Профиль'), 'url' => route('profile.show')], ]; @endphp @section('content') @include('pages.profile.partials._show-content') @endsection