@extends('admin.layout') @section('title', 'Content Management') @section('content')
| Page Title | Slug | Status | Last Updated | Actions |
|---|---|---|---|---|
|
{{ $page->title }}
|
/page/{{ $page->slug }}
|
@if($page->is_active) Active @else Inactive @endif |
{{ $page->updated_at->format('M d, Y') }}
{{ $page->updated_at->format('g:i A') }}
|
View Edit |
|
No pages found
Create your first page to get started
|
||||