@extends('layouts.site') @section('title', $post->getSeoTitle($post->title).' — pcfy.in Blog') @section('meta_description', $post->getSeoDescription($post->excerpt ?? '')) @section('og_image', $post->getOgImage() ?: $post->getFirstMediaUrl('featured')) @section('screen_label', 'Blog article') @if($post->isNoindex())@section('meta_robots', '')@endif @section('schema_json') @endsection @push('styles') @endpush @section('content')
{{ $post->excerpt }}
@endif