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

AYUSH SEO Details

@stop @section('content')

Current AYUSH SEO Content

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