{{ trans('main.Profile') }}

@if(auth()->user()->profile_photo) Profile Photo @else
@endif

{{ auth()->user()->name }}

{{ auth()->user()->email }}

{{ trans('main.Manage your account settings and preferences') }}

@include('profile.partials.update-profile-information-form')
@include('profile.partials.update-password-form')
@include('profile.partials.delete-user-form')