| Title | Status | Visits | Conversions | Rate | Actions |
|---|---|---|---|---|---|
|
{{ $page->title }}
{{ route('agent.landing-page.show', $page->slug) }}
|
{{ $page->is_active ? 'Active' : 'Inactive' }} | {{ $page->visits_count }} | {{ $page->conversions_count }} | {{ $page->visits_count > 0 ? round(($page->conversions_count / $page->visits_count) * 100, 1) : 0 }}% | Edit View |