@extends('dashboard.parent') @section('title',__('pages.user_profile')) @section('page_name',__('pages.user_profile')) @section('css') @endsection @section('bread_crumb') @endsection @section('actions') @endsection @section('content')

@lang('pages.profile_details')

{{--
Allowed file types: png, jpg, jpeg.
--}}

@lang('pages.sign_in_method')

@lang('pages.email_address')
{{$user->email}}
@lang('pages.password')
************
{{--

Connected Accounts

Two-factor authentication adds an extra layer of security to your account. To log in, in you'll need to provide a 4 digit amazing code. Learn More
Google
Plan properly your workflow
Github
Keep eye on on your Repositories
Slack
Integrate Projects Discussions
--}} {{--

Email Preferences

--}} {{--

Notifications

Notifications
Billing Updates
New Team Members
Completed Projects
Newsletters
--}} {{--

Deactivate Account

You Are Deactivating Your Account

For extra security, this requires you to confirm your email or phone number when you reset yousignr password.
Learn more
--}}
@endsection @section('js') @endsection