@extends('admin.layouts.home') @section('title', 'Custom Pages') @section('content')
| ID | Title | Slug | Status | Location | Order | Created At | Actions |
|---|---|---|---|---|---|---|---|
| {{ $page->id }} | {{ $page->title }} | {{ $page->slug }} | {{ $page->active ? 'Active' : 'Inactive' }} | @if($page->show_in_header) Header @endif @if($page->show_in_footer) Footer @endif | {{ $page->order }} | {{ $page->created_at->format('M d, Y') }} | |
| No custom pages found. | |||||||