@extends('admin-dining.layouts.app') @section('title', 'Pages') @section('page-title', 'Pages') @section('page-actions') Create New Page @endsection @section('content')
| ID | Title | Slug | Status | Featured | Sort Order | Author | Created At | Actions |
|---|---|---|---|---|---|---|---|---|
| {{ $page->id }} |
{{ $page->title }}
@if($page->excerpt)
{{ Str::limit($page->excerpt, 50) }} @endif |
{{ $page->slug }} |
@if($page->status == 'published') Published @elseif($page->status == 'draft') Draft @else Private @endif | @if($page->is_featured) @else @endif | {{ $page->sort_order }} | @if($page->author) {{ $page->author->name }} @else N/A @endif | {{ $page->created_at->format('M d, Y') }} | |
|
No pages found. |
||||||||