@extends('admin_layout') @section('content')
| Labels | Contents |
|---|---|
| ID | {{ $object->id }} |
| Title | {{ $object->title }} |
| Parnet | {{ $object->getParentTitle() }} |
| Sort | {{ $object->sort }} |
| Status | {{ $object->status }} |
| Banner | |
| Content | |
| Created At | {{ $object->created_at }} |
| Modified At | {{ $object->updated_at }} |
| SEO URL | {{ $object->seo_url }} |
| SEO Title | {{ $object->seo_title }} |
| SEO Keywords | {{ $object->seo_keywords }} |
| SEO Description | {{ $object->seo_description }} |