@extends('layouts.app') @section('page-pretitle', __('Management')) @section('page-title', 'Profile') @section('content') {{-- Flash Messages --}} @if ($errors->any()) @endif @if (session('success')) @endif {{-- Profile Form Styling --}} {{-- Profile Form --}}
@include('profile.partials.update-profile-information-form')
@include('profile.partials.update-password-form')
{{-- Auto-hide alert after 2s --}} @endsection