@extends('layouts.blog') @section('meta_title', 'Tag: ' . $tag->name) @section('meta_description', 'Posts tagged with ' . $tag->name) @section('content') {{-- Breadcrumb --}} Home Blog Tag: {{ $tag->name }}
{{ $posts->total() }} posts found
{{ $post->excerpt }}