diff --git a/resources/views/discover/home.blade.php b/resources/views/discover/home.blade.php new file mode 100644 index 000000000..e5fedc366 --- /dev/null +++ b/resources/views/discover/home.blade.php @@ -0,0 +1,42 @@ +@extends('layouts.app') + +@section('content') +
+
+

Discover People

+
+ @foreach($people as $profile) +
+
+
+
+ +
+

{{$profile->username}}

+

{{$profile->name}}

+ +
+
+
+ @endforeach +
+
+
+

Explore

+
+ @foreach($posts as $status) +
+ + + +
+ @endforeach +
+
+
+ +@endsection \ No newline at end of file