@extends(themeView('master')) @php $moreNews = $categoryMore->filter(function ($news) use ($post) { return $news['id'] != $post['id']; }); @endphp @section('meta-tags') @include(themeView('partials.meta-tags')) @if (isset($post->schemaSript)) @endif @endsection @section('content')