removed edit profile

This commit is contained in:
2026-06-11 13:47:48 +05:45
parent 5c69f89de8
commit ddfbe4a155
+2 -2
View File
@@ -28,13 +28,13 @@
<p class="text-xs text-slate-400 mt-0.5">{{ auth()->user()->email }}</p> <p class="text-xs text-slate-400 mt-0.5">{{ auth()->user()->email }}</p>
</div> </div>
<a href="{{ route('profile.edit') }}" {{-- <a href="{{ route('profile.edit') }}"
class="flex items-center gap-2.5 px-4 py-2 text-sm text-slate-600 hover:bg-slate-50 hover:text-slate-900 transition-colors"> class="flex items-center gap-2.5 px-4 py-2 text-sm text-slate-600 hover:bg-slate-50 hover:text-slate-900 transition-colors">
<svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"> <svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M11 4H4a2 2 0 00-2 2v14a2 2 0 002 2h14a2 2 0 002-2v-7"/><path d="M18.5 2.5a2.121 2.121 0 013 3L12 15l-4 1 1-4 9.5-9.5z"/> <path d="M11 4H4a2 2 0 00-2 2v14a2 2 0 002 2h14a2 2 0 002-2v-7"/><path d="M18.5 2.5a2.121 2.121 0 013 3L12 15l-4 1 1-4 9.5-9.5z"/>
</svg> </svg>
Edit Profile Edit Profile
</a> </a> --}}
<div class="border-t border-slate-100 mt-1 pt-1"> <div class="border-t border-slate-100 mt-1 pt-1">
<form method="POST" action="{{ route('logout') }}"> <form method="POST" action="{{ route('logout') }}">