@extends('layouts.app') @section('title', 'Changelog - WoW Rebirth') @php $breadcrumbs = [ ['title' => 'Главная', 'url' => route('welcome')], ['title' => 'Журнал разработки', 'url' => route('changelog.index')], ]; @endphp @section('content') @include('pages.changelogs.partials._content') @endsection @push('scripts') @endpush