{{ $tag->post->created_at->format('D, d M Y H:i')}}
{{ $tag->post->title }}
{!! Str::limit($tag->post->body, 300) !!}
- {{$tag->likedUsers->count()}} Likes
- {{$tag->comments->count()}} Comments
- 0
@extends('layouts.frontend.app')
@section('content')
All Post of {{ $query }}
{!! Str::limit($tag->post->body, 300) !!}