Landing Page Details
General Information
Edit| Title | {{ $landingPage->title }} |
|---|---|
| Subtitle | {{ $landingPage->subtitle ?? 'N/A' }} |
| Slug | {{ $landingPage->slug }} |
| Description | {!! nl2br(e($landingPage->description)) !!} |
| CTA Text | {{ $landingPage->cta_text ?? 'N/A' }} |
| CTA Link | @if($landingPage->cta_link) {{ $landingPage->cta_link }} @else N/A @endif |
| Template | {{ $landingPage->template->name }} |
| Status | @if($landingPage->status) Active @else Inactive @endif |
| Created At | {{ $landingPage->created_at->format('M d, Y H:i:s') }} |
| Last Updated | {{ $landingPage->updated_at->format('M d, Y H:i:s') }} |