This commit is contained in:
antv
2026-07-17 13:57:02 +07:00
parent 91a598a5f9
commit 7af5de6048
5 changed files with 66 additions and 49 deletions
+1 -6
View File
@@ -4,12 +4,7 @@
@section('content')
<div class="max-w-2xl mx-auto w-full mt-6">
@if(session('success'))
<div class="mb-4 p-4 bg-green-50 border border-green-200 text-green-800 rounded-2xl font-semibold flex items-center gap-2 shadow-sm">
<span></span>
<span>{{ session('success') }}</span>
</div>
@endif
<x-user-form mode="self" :user="Auth::user()" />
</div>