App\Models\Access\User\Traits\Attribute\UserAttribute::getDeletePermanentlyButtonAttribute PHP Method

getDeletePermanentlyButtonAttribute() public method

    public function getDeletePermanentlyButtonAttribute()
    {
        return '<a href="' . route('admin.access.user.delete-permanently', $this) . '" name="delete_user_perm" class="btn btn-xs btn-danger"><i class="fa fa-trash" data-toggle="tooltip" data-placement="top" title="' . trans('buttons.backend.access.users.delete_permanently') . '"></i></a> ';
    }