@extends('user::_layouts.authenticated.layout') @section('title', __('messages.global.my_profile')) @section('content')
{{-- User Card --}} @include('user::profile/_includes/user')
{{-- Edit Profile Card --}} @include('user::profile/_includes/edit_profile_form')
@if (!$user->isOrganizationAccess)
{{-- Change Password Card --}} @include('user::profile/_includes/change_password_form')
@endif
@endsection @section('js') @endsection