@extends('admin_layout') @section('content')
| Labels | Contents |
|---|---|
| ID | {{ $object->id }} |
| Title | {{ $object->title }} |
| Title Image | |
| Published Date | {{ $object->published }} |
| Section | {{ $object->getSectionTitle() }} |
| Sort | {{ $object->sort }} |
| Status | {{ $object->status }} |
| Banner | |
| Summary | |
| Content | |
| Tags | {{ $object->tags }} |
| Display Type | {{ $object->display_type==1 ? 'VIEW MORE' : 'Show All' }} |
| View Number | {{ $object->viewnum }} |
| 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 }} |