@extends('user.blog.layout') @section('title', $post->meta_title ?? $post->title) @section('meta') @if($post->meta_description) @endif @if($post->meta_keywords) @endif @if($post->canonical_url) @else @endif @if($post->noindex) @endif @if($post->nofollow) @endif @if($post->og_title) @else @endif @if($post->og_description) @elseif($post->excerpt) @endif @if($post->og_image) @elseif($post->featured_image) @endif @if($post->twitter_title) @else @endif @if($post->twitter_description) @elseif($post->excerpt) @endif @if($post->twitter_image) @elseif($post->featured_image) @endif @endsection @section('content')