@extends('layouts.app', ['page' => __('User Profile'), 'pageSlug' => 'profile']) @section('content')
{{ __('Edit Profile') }}
@csrf @method('put') @include('alerts.success')
@include('alerts.feedback', ['field' => 'name'])
@include('alerts.feedback', ['field' => 'email'])
{{ __('Password') }}
@csrf @method('put') @include('alerts.success', ['key' => 'password_status'])
@include('alerts.feedback', ['field' => 'old_password'])
@include('alerts.feedback', ['field' => '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