@extends('layouts.app') @php $breadcrumbs = [ ['title' => __('Главная'), 'url' => route('welcome')], ['title' => __('Аккаунт'), 'url' => route('account.index')], ['title' => __('Редактировать профиль'), 'url' => null], ]; @endphp @section('content') @include('pages.profile.partials._edit-content') @endsection