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

My Discover

Discover posts based on hashtags you've used before

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

{{$posts->post_count}} posts

@foreach($posts as $status) @endforeach
@endsection @push('scripts') @endpush