@extends('layouts.admin') @section('title', 'Pages Website') @section('content')
| Title | Slug | Content | Actions |
|---|---|---|---|
| {{ $page->title }} | {{ $page->slug ?? 'N/A' }} | {{ \Illuminate\Support\Str::limit(strip_tags($page->content), 80, '...') }} | Edit |
| No pages found. | |||