@extends('layouts.frontend') @section('title', $tag->tag) @section('content')

Tag: {{ $tag->tag }}

@forelse($tag->posts()->orderBy('created_at', 'DESC')->get() as $post) @empty

No posts for this tag yet.

@endforelse



@include('includes.sidebar')
@endsection