@extends('layouts-backend.app') @section('content')

Account Settings

@include('profile.section.header')

Profile Details

@include('profile.section.edit-form')

Password Changes

@include('profile.section.password-section')
@endsection