@extends('admin.layouts.home') @section('title', 'Trashed Custom Pages') @section('content')
| ID | Title | Slug | Status | Location | Deleted 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->deleted_at->format('M d, Y H:i') }} |
|
| No trashed pages found. | ||||||