@section('attach_edit_list')
@if($attachments)
@foreach($attachments as $item) @endforeach
Actions Attachment Type Attachment Name Attachment Insert Date Status
@can('internalRoutine', App\Usuario::class) @can('delete', App\Usuario::class) id}} data-toggle="modal" data-target="#delete" data-toggle="tooltip" data-placement="top" title="Delete"> @endcan @endcan {{$item->anexo_types->descricao ?? ''}} path .'/' . $item->nmAnexo) }}" download="{{$item->nmAnexo}}">{{$item->nmAnexo}} {{isset($item->created_at) ? date( 'd/m/Y h:i:s' , strtotime($item->created_at)) : '-'}} @if ((!empty($item->status))&&$item->status == "Active" || ((!empty($item->status)) && $item->status == "Ativo")) @else @endif
@include('bibliotecas.floattheadOverflow') @endif
@endsection @section('attach_edit_list2')
@if(isset($attachments2))
@foreach($attachments2 as $item) @endforeach
Actions Attachment Type Attachment Name Attachment Insert Date Status
@can('internalRoutine', App\Usuario::class) @can('delete', App\Usuario::class) id}} data-toggle="modal" data-target="#delete" data-toggle="tooltip" data-placement="top" title="Delete"> @endcan @endcan {{$item->anexo_types->descricao ?? ''}} path .'/' . $item->nmAnexo) }}" download="{{$item->nmAnexo}}">{{$item->nmAnexo}} {{isset($item->created_at) ? date( 'd/m/Y h:i:s' , strtotime($item->created_at)) : '-'}} @if ((!empty($item->status))&&$item->status == "Active" || ((!empty($item->status)) && $item->status == "Ativo")) @else @endif
@include('bibliotecas.floattheadOverflow') @endif
@endsection