mirror of
https://github.com/arthur-pbty/portfolio2023.git
synced 2026-06-26 22:23:18 +02:00
add profile picture
This commit is contained in:
@@ -62,6 +62,25 @@
|
||||
@end
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div>
|
||||
<img class="h-32 w-32 rounded-full" src="{{ auth.user.avatarUrl }}" alt="">
|
||||
|
||||
<form action="" method="post" enctype="multipart/form-data">
|
||||
<label for="avatar">Avatar :</label>
|
||||
<input type="file" name="avatar" id="avatar">
|
||||
|
||||
<button type=""submit>Valider</button>
|
||||
</form>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<h2>Delete your compte :</h2>
|
||||
<a href="{{ route('delete') }}">Delete</a>
|
||||
</div>
|
||||
|
||||
|
||||
</main>
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user