@extends('layouts.admin') @section('title', 'SEO News Page Details') @section('content_header')
Field | Value |
---|---|
Meta Title | {{ $newsSeo->meta_title ?? 'N/A' }} |
Meta Description | {{ $newsSeo->meta_description ?? 'N/A' }} |
Last Updated | {{ $newsSeo->updated_at ? $newsSeo->updated_at->format('M d, Y') : 'N/A' }} |