@extends('layouts.app', ['page' => __('User Profile'), 'pageSlug' => 'profile']) @section('content')
{{ __('Edit Profile') }}
@csrf @method('put') @include('alerts.success')
{{ __('Name') }}
@include('alerts.feedback', ['field' => 'name'])
{{ __('Email address') }}
@include('alerts.feedback', ['field' => 'email'])
{{ __('Password') }}
@csrf @method('put') @include('alerts.success', ['key' => 'password_status'])
{{ __('Current Password') }}
@include('alerts.feedback', ['field' => 'old_password'])
{{ __('New Password') }}
@include('alerts.feedback', ['field' => 'password'])
{{ __('Confirm New Password') }}
{{ auth()->user()->name }}
{{ __('Ceo/Co-Founder') }}
{{ __('Do not be scared of the truth because we need to restart the human foundation in truth And I love you like Kanye loves Kanye I love Rick Owens’ bed design but the back is...') }}
@endsection