@extends('layouts.admin') @section('title', 'SEO Blogs Page Details') @section('content_header')

SEO Blogs Page Details

@stop @section('content')

Current SEO Blogs Page Content

Field Value
Meta Title {{ $blogsSeo->meta_title ?? 'N/A' }}
Meta Description {{ $blogsSeo->meta_description ?? 'N/A' }}
Last Updated {{ $blogsSeo->updated_at ? $blogsSeo->updated_at->format('M d, Y') : 'N/A' }}
@stop