diff --git a/resources/views/dashboard.blade.php b/resources/views/dashboard.blade.php index a015479..54fd933 100644 --- a/resources/views/dashboard.blade.php +++ b/resources/views/dashboard.blade.php @@ -13,7 +13,21 @@
-

{{ $user->username }}

+
+

{{ $user->username }}

+ + @auth + @if ($user->id === auth()->user()->id) + + + + + + @endif + @endauth +

0