@extends('layouts.app') @section('title', ucfirst($expansion) . ' Хотфиксы - WoW Rebirth') @php $breadcrumbs = [ ['title' => __('Главная'), 'url' => route('welcome')], ['title' => __('Хотфиксы'), 'url' => '#'], ['title' => ucfirst($expansion), 'url' => route('hotfixes.index', $expansion)], ]; @endphp @section('content') @include('pages.hotfixes.partials._content') @endsection