@extends('admin.layout') @section('title', 'Detalle de Blog') @section('page-title', 'Blog Detay') @section('content')
Durum:
@if($blog->status === 'published')
Yayında
@else
Arşivlenmiş
@endif
Slug:
{{ $blog->slug }}
Kategori:
{{ $blog->category->name }}
Oluşturan:
{{ $blog->admin->name }} {{ $blog->admin->surname }}
Son Güncelleme:
{{ $blog->updated_at->format('d.m.Y H:i') }}
Meta Başlık:
{{ $blog->meta_title }}
Meta Açıklama:
{{ $blog->meta_description }}
Anahtar Kelimeler:
{{ $blog->meta_keywords }}