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

Accreditations SEO Details

@stop @section('content')

Current Accreditations SEO Content

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