@extends('layouts.admin') @section('content')
| Title | Slug | Status | Featured | Updated | Actions |
|---|---|---|---|---|---|
| {{ $page->title }} |
{{ $page->slug }}
|
@if($page->status === 'published') Published @elseif($page->status === 'draft') Draft @else {{ ucfirst($page->status) }} @endif | @if($page->is_featured) Featured @else - @endif | {{ $page->updated_at->format('M j, Y') }} | |
| No pages found. | |||||