@extends('theme::layouts.app') @section('meta_title', $term->title . ' — ' . $channel->name) @section('og_title', $term->title . ' — ' . $channel->name) @section('content')

{{ $term->title }}

@forelse($publications as $publication)

{{ $publication->title }}

@if($publication->post->author) {{ $publication->post->author->name }} · @endif
@if($publication->meta_description)

{{ $publication->meta_description }}

@endif
@empty

No posts in this category yet.

@endforelse
{{ $publications->links() }}
@endsection