@extends('layouts.app') @section('content')

My Discover

Discover posts based on hashtags you've used before

Related hashtags: @foreach($tags as $hashtag) #{{$hashtag->name}} @endforeach

{{$posts->post_count}} posts

@foreach($posts as $status) @endforeach
{{$posts->links()}}
@endsection @push('scripts') @endpush