@extends('titan::layouts.admin') @section('content')

List All Documents

@include('titan::admin.partials.info') @foreach ($items as $item) @endforeach
Name Belongs To Document Created Action
{{ $item->name }} {{ $item->is_cover? '(Cover)':'' }} {{ ($item->documentable? $item->documentable->name:'-') }} {{ $item->created_at->format('d M Y') }} {!! action_row($selectedNavigation->url, $item->id, $item->name, ['delete']) !!}
@endsection