{{-- {{ __('Profile') }} @include('profile.partials.update-profile-information-form') @include('profile.partials.update-password-form') @include('profile.partials.delete-user-form') --}} @extends('admin.layouts.master') @section('title', 'Edit Profile | Vogue Technics') @section('content') User Information @if ($user->profile_image) @else @endif Name E-mail Phone Number Change Password @csrf @method('PATCH') {{-- Current Password --}} New Password Confirm New Password {{-- Password Requirements: Minimum 8 characters long - the more, the better At least one lowercase character At least one number, symbol, or whitespace character --}} Save changes Reset @endsection