@extends('layouts.vendorv2') @section('head') @endsection @section('navbar') @include('vendor_v2.shared.nav') @endsection @section('aside') @include('vendor_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('vendor_v2.profile.partials.general')
@include('vendor_v2.profile.partials.docs')
@include('vendor_v2.profile.partials.preferences')
@include('vendor_v2.profile.partials.reset-password') @endsection @section('scripts') @endsection