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

Details

Labels Contents
ID {{ $object->id }}
Title {{ $object->title }}
Chinese Title {{ $object->title_cn }}
Action Mark {{ $object->action_mark }}
Sort {{ $object->orderby }}
Created At {{ $object->created_at }}
Modified At {{ $object->updated_at }}
@endsection