@extends('admin_layout') @section('content')
| Labels | Contents |
|---|---|
| ID | {{ $object->id }} |
| Filename | {{ $object->filename }} |
| Caption | {{ $object->caption }} |
| Mimetype | {{ $object->mimetype }} |
| Type | {{ $object->type }} |
| Category | {{ $object->category }} |
| Created At | {{ $object->created_at }} |
| Modified At | {{ $object->updated_at }} |