@extends('layouts.app') @section('title', $post->meta_title??$post->title) @section('meta_description', $post->meta_description??$post->excerpt??'') @section('content')

{{ $post->title }}

@if($post->featured_image){{ $post->title }}@endif
{{ $post->author }} {{ $post->published_at?$post->published_at->format('d M Y'):'' }} {{ $post->views }} views @if($post->category) {{ $post->category->name }}@endif
{!! $post->content !!}
@endsection