@extends('admin_layout') @section('content')

Details

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 }}
Comment Status {{ $object->comment_status==1 ? 'Open' : 'Closed' }}
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 }}
@endsection