@extends('layouts.app') @section('title', __('Багтрекер')) @php $breadcrumbs = [ ['title' => __('Главная'), 'url' => route('welcome')], ['title' => __('Багтрекер'), 'url' => route('reports.index')], ]; @endphp @section('content') @include('pages.reports.partials._index-content') @endsection