Presentation Information

@include('livewire.d-i.modules.presentation.presentation-info')
@include('livewire.d-i.modules.presentation.doc-timeline')

Attachment

@if($attach_add_button != 'disabled')
Uploading...
@endif
{{-- --}} @if($attachments)
@foreach($attachments as $item) @endforeach
Actions Attachment Type Attachment Name Attachment User Attachment Insert Date
@can('delete', App\Usuario::class) @endcan {{$item->anexo_types->descricao ?? ''}} path .'/' . $item->nmAnexo) }}" download="{{$item->nmAnexo}}">{{$item->nmAnexo}} {{$item->listUserCreate->nome ?? ''}} {{isset($item->created_at) ? date( 'd/m/Y h:i:s' , strtotime($item->created_at)) : '-'}}
@endif