@extends('layouts.app') @php $breadcrumbs = [ ['title' => __('Оружейная'), 'url' => route('armory.index')], ]; @endphp @section('title', __('WoW Rebirth - Оружейная')) @section('content') @include('pages.armory.partials._index-content') @endsection