From 230f935262d18feb57aea41ce53827f0d1c5bcbf Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Sun, 12 Aug 2018 20:50:08 -0600 Subject: [PATCH] Update settings view --- resources/views/settings/home.blade.php | 107 ++++++++++++++++++++++-- 1 file changed, 99 insertions(+), 8 deletions(-) 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