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

All Post of #{{$query}}

@if ($tags->count() > 0) @foreach ($tags as $tag)
{{$tag->post->image}}
{{$tag->post->created_at->format('D, d M Y H:i')}}
@endforeach @else

No posts availabe

@endif
{{$tags->appends(Request::all())->links()}}
@include('layouts.frontend.partials.sidebar')
@endsection