@extends('adminlte::page') @section('title', 'Editar Perfil') @section('content_header')

Editar Perfil

@stop @section('content')
@include('profile.partials.update-profile-information-form')
@include('profile.partials.update-password-form')
@stop