@extends('admin.layouts.home') @section('title', 'View Custom Page') @section('content')
@if($customPage->show_in_header) Header Navigation @endif @if($customPage->show_in_footer) Footer Navigation @endif @if(!$customPage->show_in_header && !$customPage->show_in_footer) Not Displayed in Navigation @endif
{{ $customPage->order }}
Created: {{ $customPage->created_at->format('M d, Y H:i') }}
Last Updated: {{ $customPage->updated_at->format('M d, Y H:i') }}
@if($customPage->creator)Created By: {{ $customPage->creator->name }}
@endif @if($customPage->updater)Last Updated By: {{ $customPage->updater->name }}
@endif{{ $customPage->meta_description ?: 'No meta description set' }}
{{ $customPage->meta_keywords ?: 'No meta keywords set' }}