{{--

{{ __('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 user-avatar @endif
Change Password
@csrf @method('PATCH') {{--
--}}
{{--
Password Requirements:
  • Minimum 8 characters long - the more, the better
  • At least one lowercase character
  • At least one number, symbol, or whitespace character
--}}
@endsection