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

Details

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 }}
@endsection