@extends('layouts.admin')
@section('title', 'Archive log')
@section('content')
Private archive
{{ __('ui.archive.create_description') }}
Protected records
{{ __('ui.archive.records_description') }}
| Created | Title and notes | Attachment | Created by |
|---|---|---|---|
|
{{ $record->title }}
@if ($record->description) {{ $record->description }} @endif |
@if ($record->storage_path) @else No file @endif | {{ $record->creator?->name ?? 'Deleted administrator' }}@if($record->creator) {{ $record->creator->email }}@endif |
|
| No manual archive records yet. | |||