diff --git a/resources/views/discover/home.blade.php b/resources/views/discover/home.blade.php index ca1e3ddb7..089aa76ba 100644 --- a/resources/views/discover/home.blade.php +++ b/resources/views/discover/home.blade.php @@ -3,108 +3,13 @@ @section('content')
-

Discover People

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

{{$profile->username}}

-

{{$profile->name}}

- -
-
-
- @endforeach - - @if($people->count() == 0) -
-

No results found

-
- @endif - -
+
-
-

Explore

-
- - - @if($posts->count() == 0) -
-

No results found

-
- @endif - - -
-
-
-
- {{$posts->links()}} -
-
- @endsection -@push('meta') - -@endpush - @push('scripts') - -@endpush +@endpush \ No newline at end of file