@extends('layouts.main') @section('title') Profile Edit @endsection @section('breadcrumb') @endsection @section('content')
@include('profile.partials.update-profile-information-form')
@include('profile.partials.update-password-form')
@endsection