@extends('admin.layouts.app') @section('title', 'Pages') @section('page-title', 'Pages') @section('actions') Add Page @endsection @section('content')
| Title | Slug | Status | Updated | Actions |
|---|---|---|---|---|
| {{ $page->title }} | /{{ $page->slug }} | @if($page->status) Published @else Draft @endif | {{ $page->updated_at->format('M d, Y') }} | |
|
No pages found |
||||