@extends('crm.master') @section('content')
Manage dynamic pages like Privacy Policy, Terms, etc.
| S.No | Title | Slug | Status | Created | Actions |
|---|---|---|---|---|---|
| {{ $key + 1 }} |
{{ $page->title }}{{ Str::limit(strip_tags($page->description), 50) }} |
/{{ $page->slug }} |
{{ $page->status == '1' ? 'Active' : 'Inactive' }} | {{ $page->created_at->format('d M, Y') }} |
|
|
No pages found |
|||||