@extends('layout.guest') @section('content')
@php // dd(Auth::user()->image); $userImagePath = 'storage/' . Auth::user()->image; $fullPhotoPath = url($userImagePath); // ... @endphp @if (Auth::user()->image) user-image @else No Image @endif
{{ Auth::user()->name }}
{{ Auth::user()->role }}
Edit Password Profile
@csrf @method('PUT') @error('password')

{{ $message }}

@enderror
Batal
@endsection {{-- --}} @section('styles') @endsection @section('scripts') @endsection