diff --git a/resources/views/settings/home.blade.php b/resources/views/settings/home.blade.php index c064853bf..4c43b306d 100644 --- a/resources/views/settings/home.blade.php +++ b/resources/views/settings/home.blade.php @@ -8,6 +8,15 @@
@csrf +
+
+ +
+
+

{{Auth::user()->username}}

+

Change Profile Photo

+
+
@@ -15,15 +24,21 @@
- + +
+ +
+
+
+
- +
- +
- +
@@ -32,15 +47,91 @@
- + +

+ @if(Auth::user()->email_verified_at) + Verified {{Auth::user()->email_verified_at->diffForHumans()}} + @else + Unverified You need to verify your email. + @endif +


-
- +
+
-@endsection \ No newline at end of file +@endsection + +@push('scripts') + +@endpush \ No newline at end of file