@extends('front.layouts.app') @section('seo') {{-- Meta Description --}} {{-- Meta Keywords --}} @if (!empty($post->meta['keywords'])) @endif {{-- Canonical URL --}} {{-- Open Graph (WhatsApp / Facebook / LinkedIn previews) --}} @if ($post->featured_image) @endif {{-- Twitter Card --}} @if ($post->featured_image) @endif @endsection @section('content')
Author
@if ($post->author) {{ $post->author->name }}{{ $post->author->designation }}
@else Unknown Author @endifContents
No related posts found