@extends('adminlte::page') @section('title', 'Documents') @section('content_header')
| # | Case | Type | Confidential | Filename | Uploaded | Actions |
|---|---|---|---|---|---|---|
| {{ $d->id }} | @if($d->case) {{ $d->case->title }} @else — @endif | {{ ucfirst($d->document_type) }} | {{ $d->is_confidential ? 'Yes' : 'No' }} | {{ $d->original_filename }} | {{ optional($d->created_at)->format('Y-m-d H:i') }} | Download Edit |