@extends('layouts.app') @section('meta_title', $tag->name.' - Tag - '.config('app.name')) @section('meta_description', 'Kumpulan video dengan tag '.$tag->name) @section('canonical', route('tag.show', $tag->slug)) @section('content')

Tag: {{ $tag->name }}

@foreach($videos as $video)
{{ $video->title }}
@endforeach {{ $videos->links() }} @endsection