@extends('layouts.app') @section('content') @section('title') @foreach($TagArticleList as $art) {{$art->title}} @endforeach @stop @section('title') @foreach($TagArticleList as $art) {{$metatitel}} @endforeach @stop @section('meta_desc') @foreach($TagArticleList as $art) {{$metadescription}} @endforeach @stop
@include('layouts.page_right_sidebar')
@endsection