diff --git a/resources/views/discover/home.blade.php b/resources/views/discover/home.blade.php index 089aa76b..ea8433a3 100644 --- a/resources/views/discover/home.blade.php +++ b/resources/views/discover/home.blade.php @@ -9,6 +9,7 @@ @endsection @push('scripts') + diff --git a/resources/views/discover/personal.blade.php b/resources/views/discover/personal.blade.php new file mode 100644 index 00000000..cbda555b --- /dev/null +++ b/resources/views/discover/personal.blade.php @@ -0,0 +1,76 @@ +@extends('layouts.app') + +@section('content') +
+ Related hashtags: + @foreach($tags as $hashtag) + #{{$hashtag->name}} + @endforeach +
++ {{$posts->post_count}} posts +
++ Related hashtags: + @foreach($tag->hashtags as $hashtag) + #{{$hashtag->name}} + @endforeach +
++ {{$tag->posts_count}} posts +
+