@extends('layouts.app') @section('title', __('Аддоны - WoW Rebirth')) @php $breadcrumbs = [ ['title' => __('Главная'), 'url' => route('welcome')], ['title' => __('Сообщество'), 'url' => '#'], ['title' => __('Аддоны'), 'url' => route('addons.index')], ]; @endphp @section('content') @include('pages.addons.partials._content') @endsection