@extends('adm.layouts.app') @section('title', 'Categorias') @section('header') @include('adm.partials.header') @endsection @section('sidebar') @include('adm.partials.sidebar') @endsection @section('main') @section('dashboard')
@include('profile.partials.update-profile-information-form')
@include('profile.partials.update-password-form')
@include('profile.partials.delete-user-form')
@endsection @endsection @section('footer') @include('adm.partials.footer') @endsection