diff --git a/resources/lang/en/profile.php b/resources/lang/en/profile.php new file mode 100644 index 000000000..6d70d56a3 --- /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 000000000..87c516fc0 --- /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