@extends('titan::layouts.admin') @section('content')
| Name | Total Documents | Documents | Created | Action |
|---|---|---|---|---|
| {{ $item->name }} | {{ $item->documents->count() }} | @foreach($item->documents as $document) {{ $document->name }}{{ $loop->last?'':' | ' }} @endforeach | {{ $item->created_at->format('d M Y') }} |