@extends('frontend.layout') @section('title','Tag') @push('css') @endpush @section('content')

{{ $tag->name }}

{{--{{ $posts->links() }}--}}
@endsection @push('js') @endpush