@extends('layouts.admin') @section('title', 'Public Information SEO Content') @section('content_header')

Public Information SEO Content

@stop @section('content')

Current SEO Public Information Page Content

Meta Title {{ $publicInformationSeo->meta_title_display }}
Meta Description {{ $publicInformationSeo->meta_description_display }}
No Index @if($publicInformationSeo->noindex) Yes @else No @endif
No Follow @if($publicInformationSeo->nofollow) Yes @else No @endif
Robots Content {{ $publicInformationSeo->robots_content }}
Last Updated {{ $publicInformationSeo->last_updated_display }}
@stop