@extends('layouts/contentNavbarLayout') @section('title', 'Custom Page Management') @section('content')
Manage custom pages for your application
This feature is currently under development. It will allow you to:
| ID | Page ID | Page Slug | Status | Created | Actions |
|---|---|---|---|---|---|
| {{ $page->id }} | {{ $page->page_id }} |
{{ $page->page_slug }}
|
@if($page->status) Active @else Inactive @endif | {{ $page->created_at->format('M d, Y') }} | |
|
No custom pages found. Run the seeder to create sample pages. |
|||||
php artisan db:seed --class=CustomPagesSeeder