@extends('layouts.main') @section('container')
Manage your document type references
| # | Document Name | Created By/At | Actions |
|---|---|---|---|
| {{ $documentTypes->firstItem() + $loop->index }} | {!! $search ? str_ireplace($search, '' . e($search) . '', e($doc->document_name)) : e($doc->document_name) !!} |
{{ $doc->creator->name ?? '-' }}
{{ $doc->created_at ? $doc->created_at->format('d M Y H:i') : '-' }}
|
|
No Document Types FoundYou haven't added any document types yet |
|||
Created by/at:
Get started by adding a new document type