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