@extends('layouts.app') @section('title', $post->meta_title ?: $post->title) @section('meta_description', $post->meta_description ?: Str::limit(strip_tags($post->content), 160)) @push('seo') @if($post->og_image || $post->image) @endif @if($post->meta_keywords) @endif @if($post->og_image || $post->image) @endif @endpush @section('content')
Please login to comment.
@endauth{{ $comment->comment }}