@extends('layouts.main') @section('title', $post->title . ' | PPNI DPK BaliMéd') @section('meta_description', $post->excerpt ?: \Illuminate\Support\Str::limit(strip_tags($post->content), 155)) @section('og_title', $post->title . ' | PPNI DPK BaliMéd') @section('og_description', $post->excerpt ?: \Illuminate\Support\Str::limit(strip_tags($post->content), 155)) @section('og_image', $post->image ? asset($post->image) : asset('assets/images/logo-ppni.png')) @section('content')

Detail Berita

{{ $post->title }}

{{ optional($post->published_at)->format('d F Y') ?? $post->created_at->format('d F Y') }}

@if($post->image) {{ $post->title }} @endif
@if($post->excerpt)

{{ $post->excerpt }}

@endif
{!! $post->content !!}
@endsection