@extends('layouts.app') @php $breadcrumbs = [ ['title' => 'Аккаунт', 'url' => route('account.index')], ['title' => 'Мои покупки', 'url' => route('account.orders')], ]; @endphp @section('content') @include('pages.account.partials._purchases-content') @endsection