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