@extends('Layouts.UserDashboard-Interface') @section('content') Personal Details Username: {{ auth()->user()->full_name }} Phone No {{ auth()->user()->phone }} {{-- Country Guinea --}} Change Password You can change the user password here. @csrf Old Password @error('current_password') {{ $message }} @enderror New Password @error('new_password') {{ $message }} @enderror Password @error('confirm_new_password') {{ $message }} @enderror Save @endsection
You can change the user password here.
{{ $message }}