Landing Pages Management
All Landing Pages
Create New Landing Page
@if(session('success'))
@else
@endif
{{ session('success') }}
@endif
@if($landingPages->count() > 0)
| ID | Title | Template | Status | Created | Actions |
|---|---|---|---|---|---|
| {{ $landingPage->id }} |
{{ $landingPage->title }}
@if($landingPage->subtitle)
{{ $landingPage->subtitle }} @endif |
{{ $landingPage->template->name }} | @if($landingPage->status) Active @else Inactive @endif | {{ $landingPage->created_at->format('M d, Y') }} |