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

Overview SEO Details

@stop @section('content')

Current Overview SEO Content

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