diff --git a/resources/lang/en/profile.php b/resources/lang/en/profile.php new file mode 100644 index 00000000..6d70d56a --- /dev/null +++ b/resources/lang/en/profile.php @@ -0,0 +1,5 @@ + 'This user has no posts yet!', +]; \ No newline at end of file diff --git a/resources/views/settings/home.blade.php b/resources/views/settings/home.blade.php new file mode 100644 index 00000000..87c516fc --- /dev/null +++ b/resources/views/settings/home.blade.php @@ -0,0 +1,80 @@ +@extends('settings.template') + +@section('section') + +
+

Account Settings

+
+
+
+ @csrf +
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+ {{--
+ +
+ +
+
+
+
+
+ Radios +
+
+ + +
+
+ + +
+
+ + +
+
+
+
+
+
Checkbox
+
+
+ + +
+
+
--}} +
+
+
+ +
+
+
+ +@endsection \ No newline at end of file