@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
Reset Password
{{ $userProfile->nombre_completo }}
General
@include('customer_dashboard_v2.profile.partials.general-agent')
{{ $userProfile->nombre_completo }}
General
@include('customer_dashboard_v2.profile.partials.general-agent')
@include('customer_dashboard_v2.profile.partials.reset-password') @endsection @section('scripts') @endsection