@extends('layouts.dashboardv2', ['customersSelect' => $customersSelect, 'customerSelected' => $customerSelected]) @section('head') @endsection @section('navbar') @include('customer_dashboard_v2.shared.nav') @endsection @section('aside') @include('customer_dashboard_v2.shared.sidebar') @endsection @section('content')

User Profile

  • {{ $userProfile->nombre_completo }}
@include('customer_dashboard_v2.shared.alert-success') @include('customer_dashboard_v2.shared.alert-error')
@include('customer_dashboard_v2.profile.partials.general')
@include('customer_dashboard_v2.profile.partials.docs')
@include('customer_dashboard_v2.profile.partials.delivery-address')
@include('customer_dashboard_v2.profile.partials.preferences')
@include('customer_dashboard_v2.profile.partials.add-address') @include('customer_dashboard_v2.profile.partials.edit-address') @include('customer_dashboard_v2.profile.partials.reset-password')
@endsection @section('scripts') @endsection