@extends('dashboard.layouts.master') @section('title', 'View Blog Details') @section('content')
Published On: {{ $blog->published_at ? \Carbon\Carbon::parse($blog->published_at)->format('F d, Y') : '—' }}
| Meta Title | {{ $blog->meta_title ?? '—' }} |
|---|---|
| Meta Description | {!! $blog->meta_description ?? '—' !!} |
| Meta Keywords | {{ $blog->meta_keywords ?? '—' }} |