@props([ 'showRoute', 'editRoute', 'destroyRoute', 'duplicateRoute' => null, 'itemId', 'title' => 'Confirmar exclusão', 'message' => 'Tem certeza que deseja excluir este item?', 'duplicateTitle' => 'Confirmar duplicação', 'duplicateMessage' => 'Deseja duplicar esta tarefa?', 'showButton' => true, 'editButton' => true, 'deleteButton' => true, 'duplicateButton' => true, ])
@can('view tarefas') @if ($showButton) @endif @endcan @can('edit tarefas') @if ($editButton) @endif @endcan @can('duplicate tarefas') @if ($duplicateButton && $duplicateRoute) @endif @endcan @can('delete tarefas') @if ($deleteButton) @endif @endcan
@can('duplicate tarefas') @if ($duplicateButton && $duplicateRoute) @endif @endcan @can('delete tarefas') @if ($deleteButton) @endif @endcan