@extends('admin_layout') @section('content')
| Labels | Contents |
|---|---|
| ID | {{ $object->id }} |
| Title | {{ $object->title }} |
| Type | {{ $object->type }} |
| Sort | {{ $object->sort }} |
| Status | {{ $object->status }} |
| Link | |
| Created At | {{ $object->created_at }} |
| Modified At | {{ $object->updated_at }} |